Re: [sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread dmp
. Does the SQLite > database use a specific port number ? If not, then does the ODBC connection to > SQLite using ODBC driver use a port ? > Any help will be greatly appreciated. > SQLite ODBC Driver: > http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe >

Re: [sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread Richard Hipp
On 7/10/17, Rob Willett wrote: > > A good rule of thumb is to avoid using SQLite in situations where the > same database will be accessed directly (without an intervening > application server) and simultaneously from many computers over a > network." > Another way

Re: [sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread Rob Willett
BC driver. Rob On 10 Jul 2017, at 1:31, Shukla, Vishal wrote: Hi, Am trying to open a firewall to the machine having sqlite database. Does the SQLite database use a specific port number ? If not, then does the ODBC connection to SQLite using ODBC driver use a port ? Any help will be gre

Re: [sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread Igor Korot
ver. > > Rob > > > On 10 Jul 2017, at 1:31, Shukla, Vishal wrote: > >> Hi, >> Am trying to open a firewall to the machine having sqlite database. Does >> the SQLite database use a specific port number ? If not, then does the ODBC >> connection to SQLite using

Re: [sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread Rob Willett
the ODBC connection to SQLite using ODBC driver use a port ? Any help will be greatly appreciated. SQLite ODBC Driver: http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe Regards, Vishal Shukla Confidential communication Westpac Banking Corporation (ABN 33 007 457 141) Westpac Institutional Bank

[sqlite] SQLite Port/ODBC Driver Question

2017-07-10 Thread Shukla, Vishal
Hi, Am trying to open a firewall to the machine having sqlite database. Does the SQLite database use a specific port number ? If not, then does the ODBC connection to SQLite using ODBC driver use a port ? Any help will be greatly appreciated. SQLite ODBC Driver: http://www.ch-werner.de

[sqlite] SqLite db ODBC

2008-05-29 Thread Barry Trutor
I am trying to locate an ODBC driver that I can use in the Windows Data Link. Is this doable? Does one exist? Thanks, Barry ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Steve O'Hara
a small, robust and fast backend. The SQLite download pages are testimony to the enthusiasm of developers for creating SQLite interfaces for a wide variety of languages/environments/platforms. I've used the SQLite ODBC driver in an environment whereby we use SQLite to simulate differing client

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Raymond Irving
e: http://www.ch-werner.de/sqliteodbc/ to be THE release point for sqlite-cum-ODBC, would that not give you what you need? [writing for myself, and not on behalf of my company]

RE: [sqlite] SQLite and ODBC

2004-05-17 Thread Griggs, Donald
-werner.de/sqliteodbc/ to be THE release point for sqlite-cum-ODBC, would that not give you what you need? [writing for myself, and not on behalf of my company] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Darren Duncan
At 12:29 PM -0700 5/17/04, Raymond Irving wrote: Thanks for the feedback but I was not thinking about network connections to the database. I was more think of ways to get an SQLite Database connected to every day database objects and controls. Most of todays database tools use ODBC. One

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Mitchell Vincent
Well put, Darren. Raymond, I would say that if you need ODBC then you need to use a different database (server) all together. SQLite fills the embedded database niche perfectly but it is not a replacement for MS-SQL, MySQl, PostgreSQl, Oracle or other database *servers*. If you need a RDBMS

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Puneet Kishor
Darren Duncan wrote: At 7:25 AM -0700 5/17/04, Raymond Irving wrote: I think SQLite should come standard with an odbc driver since ODBC is an "open standard" I disagree. .. Finally, while ODBC is very common, it isn't the only protocol for networking databases, and some people may prefer an

Re: [sqlite] SQLite and ODBC

2004-05-17 Thread Darren Duncan
At 7:25 AM -0700 5/17/04, Raymond Irving wrote: I think SQLite should come standard with an odbc driver since ODBC is an "open standard" I disagree. Partly this is because D. Richard Hipp would then have to start certifying it like his own code and ensuring that it is always up to date with the

[sqlite] SQLite and ODBC

2004-05-17 Thread Raymond Irving
Hi, I think SQLite should come standard with an odbc driver since ODBC is an "open standard" __ Raymond Irving

RE: [sqlite] SQLite and ODBC/JDBC driver

2004-04-06 Thread Clark, Chris
> -Original Message- > From: Jean-Eric Cuendet [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 6:06 AM > To: [EMAIL PROTECTED] > Subject: [sqlite] SQLite and ODBC/JDBC driver > > There is an ODBC driver here: http://www.ch-werner.de/sqliteodbc/ >