HI,

i am new to SQLite and i currently have an access database that i would like
to convert over to a SQLite database.

there are a couple of processes that would need to take place in order for
this to work and i'm not sure if SQLite has these capabilities:

1.  Need to automatically import text file into SQLite database on local
machine (machine always on).  I was thinking of using scheduled task to run
a script to do this, but not sure if that is possible.
2.  Neet to somehow create a front-end to query data from SQLite database
(not sure if SQLite has front end application).

Basically, i want to get rid of the Access database because the user's have
to manually update the tables everyday from the text files that get ftp'd
over.  I was trying to figure out a solution that would automatically load
the text files withouth any human intervention and then give the user's the
ability to view the data through some sort of front-end (similar to Access
form).

Thanks
scott
-- 
View this message in context: 
http://www.nabble.com/Ability-to-convert-Access-to-SQLite-tp24609886p24609886.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to