Re: Creating Databases Dynamically

2008-05-28 Thread Mike Montalvo
I just finished doing this. I originally started by using a database of database names, but then realized it wasnt needed. My app only requires one DB open at any time. To let the user pick which one to open, I dynamically fill a List with the names of DBs by seraching for them by creator ID and

Re: Creating Databases Dynamically

2008-05-28 Thread Dave Carrigan
Carl Smith [EMAIL PROTECTED] writes: Thanks for taking the time to respond to my post, but I do know the fundamentals of the PalmOS. Maybe I wasn't clear, but my situation is that if I am creating an unknown about of databases how would one go about creating the name (nameP) of the database

Creating Databases Dynamically

2000-10-26 Thread Carl Smith
Does anyone know of or have suggestions on the possibility of creating DBs dynamically? In other words I want to create a database(s) as the application is running. The application would start with one or two static dbs but as the user needs I would like to create other dbs, depending on the

RE: Creating Databases Dynamically

2000-10-26 Thread Federico Vaggi
- De: "Carl Smith" [EMAIL PROTECTED] Para: "Palm Developer Forum" [EMAIL PROTECTED] Enviado: Thursday, October 26, 2000 11:05 AM Asunto: Creating Databases Dynamically Does anyone know of or have suggestions on the possibility of creating DBs dynamically? In other words I want

Re: Creating Databases Dynamically

2000-10-26 Thread Carl Smith
d. - Bs.As. T/4315-5556 int. 118 F/ 4315-8260 - Mensaje original - De: "Carl Smith" [EMAIL PROTECTED] Para: "Palm Developer Forum" [EMAIL PROTECTED] Enviado: Thursday, October 26, 2000 11:05 AM Asunto: Creating Databases Dynamically Does anyone know of or have

Re: Creating Databases Dynamically

2000-10-26 Thread Dave Carrigan
"Carl Smith" [EMAIL PROTECTED] writes: Thanks for taking the time to respond to my post, but I do know the fundamentals of the PalmOS. Maybe I wasn't clear, but my situation is that if I am creating an unknown about of databases how would one go about creating the name (nameP) of the

Re: Creating Databases Dynamically

2000-10-26 Thread Carl Smith
Dave- Thanks for the great suggestions, I forgot about the number 2 way. Good deal. I like 2 because coming in and out of the application the database names are always accessible, of then 3 I assume would work that way to, but I have not done much with the feature manager. Again thanks for the

Re: Creating Databases Dynamically

2000-10-26 Thread Mike Montalvo
I just finished doing this. I originally started by using a database of database names, but then realized it wasnt needed. My app only requires one DB open at any time. To let the user pick which one to open, I dynamically fill a List with the names of DBs by seraching for them by creator ID