RE: DmOpenRef error

2005-03-24 Thread ULStudent:Robert.Conlon
Tanx everyone this is no longer an issue and i have both databases up and running :) -Original Message- From: Greg Sepesi [mailto:[EMAIL PROTECTED] Sent: 23 March 2005 12:30 To: Palm Developer Forum Subject: Re: DmOpenRef error ULStudent:Robert.Conlon wrote: I no longer get

Re: DmOpenRef error

2005-03-23 Thread Greg Sepesi
ULStudent:Robert.Conlon wrote: I no longer get the DmOpenRef error but the second database with DmOpenRef declaration db2 still wont create. Here is my app start function (sorry for putting code up) but can you possibly see why the first database with DmOpenRef db is created while

DmOpenRef error

2005-03-22 Thread ULStudent:Robert.Conlon
Is it possible to open up 2 databases from the appstart()? I currently have 1 database opening from appstart() but wish to add another but i keep getting an error stating that there is a problem with my DmOpenRef declaration for the second database. Im able to open the second database from

Re: DmOpenRef error

2005-03-22 Thread Greg Sepesi
ULStudent:Robert.Conlon wrote: Is it possible to open up 2 databases from the appstart()? Certainly. I currently have 1 database opening from appstart() but wish to add another but i keep getting an error stating that there is a problem with my DmOpenRef declaration for the second

Re: DmOpenRef error

2005-03-22 Thread ULStudent:Robert.Conlon
I no longer get the DmOpenRef error but the second database with DmOpenRef declaration db2 still wont create. Here is my app start function (sorry for putting code up) but can you possibly see why the first database with DmOpenRef db is created while the second is not. static Err AppStart(void

RE: DmOpenRef error

2005-03-22 Thread Jonathan King
: DmOpenRef error Is it possible to open up 2 databases from the appstart()? I currently have 1 database opening from appstart() but wish to add another but i keep getting an error stating that there is a problem with my DmOpenRef declaration for the second database. Im able to open

Re: DmOpenRef error

2005-03-22 Thread Chris Tutty
From: ULStudent:Robert.Conlon [EMAIL PROTECTED] I no longer get the DmOpenRef error but the second database with DmOpenRef declaration db2 still wont create. We need more detail on the problem to coment 'wont create' is just too vague. Do you get an error? if so, what error? If you remove