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!!! Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/ 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 Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952710 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. Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952713 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 Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952719 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 Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952800 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/ Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952810 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!! Link to comment https://forums.phpfreaks.com/topic/180562-jdbc-using-php/#findComment-952844 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.