Possibilities:

1. google for "ODBC proxy". There seem to exist several projects that allow you to 
access a remote ODBC driver

2. port the client libs of MaxDB (http://sapdb.2scale.net/moin.cgi/PortingSapdb)
  - Kai's port to FreeBSD was somewhat easier as he could use the Linux build tools
  - a lot of stuff isn't really necessary for a remote client, so you could cut some 
corners

3. try to port SQLDBC without the build tools
  - won't work right now as a few modules are still written in Pascal
  - someone would have to generate Makefiles from our own build descriptions

4. implement the network protocol yourself
  - difficult

5. build your own proxy
  - at least you could start simple

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED] 

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to