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 <cotrinago...@yahoo.com> wrote:
> 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 <bart.smissa...@gmail.com>
> wrote:
>
>> 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 Server 2005
>>>
>>> Thx
>>>
>>> ___
>>> sqlite-users mailing list
>>> sqlite-users@sqlite.org
>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> ___
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 <bart.smissa...@gmail.com> wrote:

> 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 Server 2005
>> 
>> Thx
>> 
>> ___
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 
runs on many platforms.  Are you expecting to run on a particular kind of 
computer, or in a particular operating system ?  Can you program the SQL Server 
computer itself, or just use it as a server ?

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


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 Server 2005
>
> Thx
>
>>
> _______
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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/listinfo/sqlite-users