On 22 Jul 2009, at 5:34pm, scabral wrote:

> 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.

What programming languages or scripting languages do you know ?  Which  
operating system is that machine using ?

> 2.  Neet to somehow create a front-end to query data from SQLite  
> database
> (not sure if SQLite has front end application).

It can talk to many many programming languages.  This will be  
relatively easy, it's getting the data out of Access, and from the  
text files that's hard.

Do your users have access to web browsers ?  Can you write in PHP ?   
Do you have a web server set up ?

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

Reply via email to