Newbie alert - Creating databases in Lingo

David Wood david.wood at pixelpump.co.nz
Sun Apr 13 19:03:05 CDT 2003


Zaz

I can replicate the crash using your script.

in your createUserDatabase handler you have the following 2 lines...

CreateDataBase(myDB, myDBPath,1) -- CREATE DATABASE FROM SCRATCH
CreateDataBase(myDB,"someFilePath",1) -- CREATE DATABASE FROM SCRATCH

You are attempting to create create 2 databases.
Remove the second of these lines.

It might not solve all your problems but you will certainly crash 
with both lines there.

David


More information about the Valentina mailing list