[sqlite] SQLite to SQL Server

2015-04-15 Thread Erik Ejlskov Jensen
If you have VS, you can use my free SQLite Toolbox add-in, just added feature to migrate to and from SQL Server with "a single click". http://erikej.blogspot.dk/2015/03/sql-server-compact-sqlite-toolbox-42.html https://visualstudiogallery.msdn.microsoft.com/0e313dfd-be80

[sqlite] SQLite to SQL Server

2015-04-14 Thread Drago, William @ CSG - NARDA-MITEQ
> -Original Message- > From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite- > users-bounces at mailinglists.sqlite.org] On Behalf Of Simon Slavin > Sent: Monday, April 13, 2015 6:24 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] SQ

[sqlite] SQLite to SQL Server

2015-04-14 Thread Igor Korot
PM >> To: General Discussion of SQLite Database >> Subject: Re: [sqlite] SQLite to SQL Server >> >> >> On 13 Apr 2015, at 10:38pm, Drago, William @ CSG - NARDA-MITEQ >> wrote: >> >> > Is there a convenient way to transfer data from SQLite to SQL Serv

[sqlite] SQLite to SQL Server

2015-04-14 Thread R.Smith
On 2015-04-13 11:38 PM, Drago, William @ CSG - NARDA-MITEQ wrote: > All, > > Is there a convenient way to transfer data from SQLite to SQL Server? I'm > presently writing code to do a row by row transfer of all my tables, but the > thought crossed my mind that maybe there

[sqlite] SQLite to SQL Server

2015-04-14 Thread Simon Slavin
On 13 Apr 2015, at 10:38pm, Drago, William @ CSG - NARDA-MITEQ wrote: > Is there a convenient way to transfer data from SQLite to SQL Server? I'm > presently writing code to do a row by row transfer of all my tables, but the > thought crossed my mind that maybe there's a b

[sqlite] SQLite to SQL Server

2015-04-13 Thread Drago, William @ CSG - NARDA-MITEQ
All, Is there a convenient way to transfer data from SQLite to SQL Server? I'm presently writing code to do a row by row transfer of all my tables, but the thought crossed my mind that maybe there's a better way. Thanks, -- Bill Drago Senior Engineer L3 Narda-MITEQ<h

[sqlite] SQLite to SQL Server

2015-04-13 Thread James K. Lowden
On Mon, 13 Apr 2015 21:38:25 + "Drago, William @ CSG - NARDA-MITEQ" wrote: > Is there a convenient way to transfer data from SQLite to SQL Server? If I were doing it, I'd produce tab-delimited files with sqlite3 and use the SQL Server bcp utility to upload the output. The

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-05 Thread Bart Smissaert
ybe via ODBC and ADO. >> >> RBS >> >> >> On Thu, Oct 4, 2012 at 9:11 PM, Jorge <cotrinago...@yahoo.com> wrote: >>>> Hello, >>> I am new in Sqlite. I would like to know what is the best option to >>> update data in two directions fro

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-05 Thread Jorge
RBS > > > On Thu, Oct 4, 2012 at 9:11 PM, Jorge <cotrinago...@yahoo.com> 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 >> &g

Re: [sqlite] Sqlite and SQL Server 2005

2012-10-04 Thread Simon Slavin
On 4 Oct 2012, at 9:11pm, Jorge <cotrinago...@yahoo.com> 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

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 <cotrinago...@yahoo.com> 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 S

[sqlite] Sqlite and SQL Server 2005

2012-10-04 Thread Jorge
> 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 > ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/li