From: "Orasanu Iuliana" <[EMAIL PROTECTED]> > i have worked before with Appforge compiler in the VB > programming language, and there was a convertor for .mdb files into .pdb files > so.. i have the ideea that the .pbd file have the same structure as > the .mdb files.. > Nope. Just because one file format can be converted to another says nothing about the similarity of their structure. Pdbs are actually almost completely free-form (and are really just indexed heaps). The converter will have created a table and record structure of it's own design within the pdb framework.
> but now i'm stuck in this problem: how can i create in CW a new > data base... > In general you can create a C structure to store your records and then copy this to and from the database record being edited or created. For more information you should read the relevant sections in the Palm OS Companion and Palm OS Reference and come back to this group with specific questions. Reading the source for a sample such as MemoPad will also provide insight as to how the database functions work in practice. Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
