DataTypes and Databases

2003-09-08 Thread Régis Daniel de Oliveira
Hy all! On this weekend, i've got on a mistake about the types of data that i can write to a database (PDB). I was using to write only Chars into my Records, and, now, i know that i can write any type of data (UInt16, UInt32, Boolean, float, etc). Doing this, i don't need to convert the values

RE: DataTypes and Databases

2003-09-08 Thread dennis
, and processor resources. Dennis Leas --- [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Régis Daniel de Oliveira Sent: Monday, September 08, 2003 3:04 PM To: Palm Developer Forum Subject: DataTypes and Databases Hy all

Re: DataTypes and Databases (PalmDB.dll)

2003-09-08 Thread Régis Daniel de Oliveira
08, 2003 3:04 PM To: Palm Developer Forum Subject: DataTypes and Databases Hy all! On this weekend, i've got on a mistake about the types of data that i can write to a database (PDB). I was using to write only Chars into my Records, and, now, i know that i can write any type of data

RE: DataTypes and Databases (PalmDB.dll)

2003-09-08 Thread dennis
To: Palm Developer Forum Subject: Re: DataTypes and Databases (PalmDB.dll) Thanks Dennis. Your explanation cleared my mind about PDBs that is generated on a Palm device. But... My application uses a PDB that is generated on my desktop using the PalmDb.dll. Is PalmDb.dll able to generate other