Re: odbc for solid

2004-12-24 Thread Michele Petrazzo
flupke wrote: Hi, at work we use a solid database and i need to develop an application that accesses it. Problem is the drivers: i only have some dll's lying around and jar. On winsdows i could get by by using ODBC and the dll's to access the solid database but i want to eventually run it on a l

Re: odbc for solid

2004-12-23 Thread Benji York
flupke wrote: On winsdows i could get by by using ODBC and the dll's to access the solid database but i want to eventually run it on a linux server. ODBTP (http://odbtp.sourceforge.net/) allows you to hit Windows ODBC drivers over the network from any machine with a C compiler. If it sounds lik

Re: odbc for solid

2004-12-23 Thread flupke
> Steve Holden wrote: This might be of interest (and also possibly of relevance to an earlier query about accessing MS SQL Server from Unix in the "Python, unix and mssql" thread): http://sourceforge.net/projects/pyodb """PyODB is an ODBC Python module to provide an quick an easy way to work

Re: odbc for solid

2004-12-23 Thread Steve Holden
flupke wrote: Hi, at work we use a solid database and i need to develop an application that accesses it. Problem is the drivers: i only have some dll's lying around and jar. On winsdows i could get by by using ODBC and the dll's to access the solid database but i want to eventually run it on a l

odbc for solid

2004-12-23 Thread flupke
Hi, at work we use a solid database and i need to develop an application that accesses it. Problem is the drivers: i only have some dll's lying around and jar. On winsdows i could get by by using ODBC and the dll's to access the solid database but i want to eventually run it on a linux server. S