cbrooks Posted November 6, 2009 Share Posted November 6, 2009 Have a client using a SCO box operating as a Web server and DB server. The Database is not main stream (don't ask, you have not heard of it) but they do offer a JDBC driver. They offer ODBC drivers for their Windows version and it works great at another client. I need to be able to access this database using PHP. Any suggestions (not of the personal nature) will be greatly appreciated!!! Quote Link to comment Share on other sites More sharing options...
lemmin Posted November 6, 2009 Share Posted November 6, 2009 If you can set up an ODBC then you could use the ODBC functions: http://us3.php.net/manual/en/ref.uodbc.php Quote Link to comment Share on other sites More sharing options...
cbrooks Posted November 6, 2009 Author Share Posted November 6, 2009 ODBC drivers are not available for this database running on a Unxi box, which is what my client is running. Only have access to JDBC drivers for the Unix box. Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 6, 2009 Share Posted November 6, 2009 I'm afraid you will need to have an additional application in Java acting as a proxy between PHP and database. There seem to be no PEAR or PECL packages dealing with JDBC Quote Link to comment Share on other sites More sharing options...
cbrooks Posted November 6, 2009 Author Share Posted November 6, 2009 Yes, that is what I have been told. I have found one, but don't know yet if it will work for my application. Am discussing with the developers via email now. It is a JDBC - PHP Bridge Quote Link to comment Share on other sites More sharing options...
huszi001 Posted November 6, 2009 Share Posted November 6, 2009 I found this, but i don't know that's what you need. http://sourceforge.net/projects/jdbwc/ Quote Link to comment Share on other sites More sharing options...
cbrooks Posted November 6, 2009 Author Share Posted November 6, 2009 I had seen this product and I am trying to get in touch with them to see if their product would work for us. thanks for sending the info!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.