Re: [sqlite] Sqlite and SQL Server 2005

2012-10-05 Thread Bart Smissaert
To connect to SQLite I recommend the VB wrapper written by Olaf Schmidt: http://www.thecommon.net/ There are plenty of examples to connect to SQL Server with VB, ADO and ODBC. A simple Google search will find them. RBS On 10/5/12, Jorge wrote: > Thanks > I forgot to

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-05 Thread Jorge
Thanks I forgot to include coding language (vb) Do you know where can i find a sample code. Thanks Again Sent from my iPhone On Oct 4, 2012, at 4:47 PM, Bart Smissaert wrote: > What is your coding language? > If VB then maybe via ODBC and ADO. > > RBS > > > On Thu,

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-04 Thread Simon Slavin
On 4 Oct 2012, at 9:11pm, Jorge wrote: > I am new in Sqlite. I would like to know what is the best option to update > data in two directions from Sqlite to SQL Server 2005 There are lots of languages that can talk to both databases. PHP can do it and runs on many

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-04 Thread Bart Smissaert
What is your coding language? If VB then maybe via ODBC and ADO. RBS On Thu, Oct 4, 2012 at 9:11 PM, Jorge wrote: >> Hello, > I am new in Sqlite. I would like to know what is the best option to update > data in two directions from Sqlite to SQL Server 2005 > > Thx > >>