SQLite external library newbie question

JamesC

Member
Licensed User
I'm attempting to use external libraries for the first time. Following the main help file instructions for external libraries I've added System.Data.SQLite.DLL for desktop and device using Tools/Components. Next I used Tools/Add Object to add SQLiteCommand as Cmd, SQLiteConnection as Con, and SQLiteDataReader as Reader. Finally to Initialise the first two objects I added to my code Cmd.New1 and Con.New1. However when I type "Reader." the pop-up list doesn't show a "New" method. So what do I use?

Thanks

JamesC
 
Top