Hi Johnathan,

Try to modify these lines

> #define appDatabase "MYDB"

#define appDatabase1 "MYDB1"
#define appDatabase2 "MYDB2"

'snip

> dbRef1 = OpenRecordDatabase(appDatabase,appFileCreator, appDatabaseType1);
> dbRef2 = OpenRecordDatabase(appDatabase,appFileCreator, appDatabaseType2);

dbRef1 = OpenRecordDatabase(appDatabase1,appFileCreator, appDatabaseType1);
dbRef2 = OpenRecordDatabase(appDatabase2,appFileCreator, appDatabaseType2);

'snip

> In the above code the 2nd call to OpenRecordDatabase
> is getting a 537 error?

HTH,

Adrian Nicolaiev
www.niconnect.com






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to