John Grant wrote:
> Hello,
> 
> I'm new to database programming.  I'm trying to display information from
> a file that is said to "use the Access 97 format".  Can SQLite help me?
> If so, where should begin?
You probably need an ODBC driver to display the data. I don't think 
SQLite will be any help until you get the data out. Then, you could 
store it in SQLite instead of Access.
There are ODBC drivers available, for use in Open Office I think, and 
others. Try searching for Access +ODBC

Fred Stephens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to