Robin Wilson
2006-05-21 17:35:55 UTC
Hi all,
I've just started looking at SQLite - and think it is really impressive.
It would be just the thing to use with my students for teaching them
about RDBMS's (especially with some of the nice Windows UIs which are
available for the students who can't cope with command line tools!).
I have had a few problems though. At the moment I am accessing SQLite
through ODBC from Visual Basic 6. This means the students can carry on
using the ADO commands that they are familier with (from working with
Access DBs). However, when working from VB the SQL query "SELECT * FROM
sqlite_master;" does not return any records, but when I run that from
the sqlite3 command line program with the same db file it returns 1 row.
Is this some kind of permissions problem? If this happened elsewhere I
would assume it was, but I remember reading on your website that
permissions aren't implemented in SQLite.
Does anyone have any ideas?
Cheers,
Robin
P.S. I hope this is the right list, and that it is ok to just butt in etc...
I've just started looking at SQLite - and think it is really impressive.
It would be just the thing to use with my students for teaching them
about RDBMS's (especially with some of the nice Windows UIs which are
available for the students who can't cope with command line tools!).
I have had a few problems though. At the moment I am accessing SQLite
through ODBC from Visual Basic 6. This means the students can carry on
using the ADO commands that they are familier with (from working with
Access DBs). However, when working from VB the SQL query "SELECT * FROM
sqlite_master;" does not return any records, but when I run that from
the sqlite3 command line program with the same db file it returns 1 row.
Is this some kind of permissions problem? If this happened elsewhere I
would assume it was, but I remember reading on your website that
permissions aren't implemented in SQLite.
Does anyone have any ideas?
Cheers,
Robin
P.S. I hope this is the right list, and that it is ok to just butt in etc...