Hello,

 

first I want to say hello, I'm the new ;)

I'm a newby in SQLite but I'm not new in SQL. 

My main DB is MSSQL and I see, as we know from Microsoft, there must be a
lot of differences.

 

Now my question.

I work on a way to have a cache DB from the Main Server on the PC of my
client.
In the case the server is down they can go on working. (Like Outlook and
Exchange)

 

For the first time I have to copy a lot of data from the main server.

In the moment I do it Table by Table, and Row by Row in a for each loop.

An then "INSERT INTO {table} (Field..) values (Item.)"

 

Is the a faster way?

 

By the way. Is there some HowTo for SQLite?
The Docu give me only the syntax.

 

 

With kind regards
Carsten

 

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

Reply via email to