PDA

View Full Version : Sqlite question



dulux1309
03-23-2004, 04:10 AM
Hi all,

I have a quickie for you - I am using the sqlite plugin and so far I have a handle on creating a database - no pun intended.

I think I can enter data okay, but how can I query the database and get the results written back to specific fields on the screen?

Basically I am creating a small membership system package and would like to be able to pull member records for view and amend.

I am sure this is easy but just need a few pointers.

Cheers

dulux1309
03-23-2004, 06:14 AM
Further to my last I am trying to work out the querying using the examples on the html file that came with the plugin, but am constantly getting errors regarding null values. I have checked out the website for sqlite and perhaps I need something written in a more understandable way...

Is IR planning on releasing a guide to scripting, including recommended debug techniques and so on ? That would be brilliant, and reduce the amount of hair I am losing...

Thanks