I'm using the latest version of SQLite posted today (1.0.26.0).
I watched the tutorial video and got to work. So far, I've added a connection to the database with the server explorer in visual studio 2005 and executed some scripts to create four tables. So far, so good.
However, in the video I noted that you when you create a new query and then add a table to it, you can actually see all of the columns of the table in the design view. All I ever see is the table with the (All Columns) checkbox. If I execute a select * from query I can see that my query is returning all of the columns so I'm pretty sure they exist.
So is there a setting I'm missing or is something wrong?
Thanks!