Re: Trouble with Database(EDS)

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...
Icy_Viking said...
	if db_insert(game_id,{game_data}) != DB_OK then 

I'm not at my PC to test, but I think this can just be:

	if db_insert(game_id,game_data) != DB_OK then 

No sequence braces necessary, as it's already a sequence. You're making it a one-element sequence doing it that way.

I hope that helps.

Upon further viewing, I see that you account for that in the code. However, I still think it's unnecessary... maybe? grin

Well I would like to add more entries into my database, so there must be a way to add more elements into the table/database.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu