On the flip side, if you only want to access your DB in Windows you can
use Java-based SQL Clients -- the default JDBC driver in Sun's JDK is
JDBC-ODBC bridge.  You will need the drivers mentioned by Orly in his
previous post.  

If you want to do the reverse (client is in Windows, DB in Linux), you can
use the same Java applications with a MySQL JDBC driver.

For more info on Java-based SQL clients, drop by www.gamalen.com

HTH

jeff --


On Wed, 5 Apr 2000, Orlando Andico wrote:

> On Wed, 5 Apr 2000, Ronneil Camara wrote:
> ..
> > There is a odbc for linux, myodbc. you can find at www.mysql.com. there is
> > even a HOWTO on how you can access tables in access 97 or 2000 (not sure
> > with this version). Nakita ko yata ang HOWTO sa mysql archive mailing list.
> 
> Nope, thats wrong. MyODBC is a WINDOWS client for MySQL. You use MyODBC on
> your Windows box to provide ODBC connectivity to a MySQL server running on
> Linux, Solaris, or any other MySQL platform.
> 
> What was being discussed previously was an ODBC _client_ for Linux that
> allows it to talk to MS SQL. There is no such beast. The closest you can
> get is OpenLink's three-tier ODBC driver, which goes
> 
> Linux --> iODBC driver manager --> OpenLink ODBC --> network --> OpenLink
> ODBC broker --> MS SQL client --> MSSQL.
> 
> 
> ---------------------------------------------------------------------
> Orlando Andico <[EMAIL PROTECTED]>                   +63   (2) 937-2293
> Mosaic Communications, Inc.                        +63 (917) 531-5893
> Any sufficiently perverted technology is indistinguishable from Perl.
> 
> 
> -
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
> 


Jeff Gutierrez
---
http://www.gra.ph
graPH - The substance that makes techies tick!



-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to