Re: Database Problem

new topic     » goto parent     » topic index » view thread      » older message » newer message
Lone_EverGreen_Ranger said...

it says cannot open database.

... 
 
if db_create("RPGData", DB_LOCK_NO) != DB_OK then 
	puts(1,"Database could not be created") 
	abort(1) 
end if 
 
if db_open("RPGData", DB_LOCK_NO) != DB_OK then 
	puts(1,"Could not open database") 
	abort(1) 
end if 

Does the file get populated and closed between the create and open?

Bruce.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu