Re: Database Problem
- Posted by bruce1961 Feb 07, 2011
- 1389 views
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.