View Single Post
  #1 (permalink)  
Old 05-28-2008, 08:59 AM
JamesC JamesC is offline
Junior Member
 
Join Date: Mar 2008
Location: Thailand
Posts: 45
Default SQLite external library newbie question

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
Reply With Quote