Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-06-02 Thread ericdes
Hugh, I got it working by following your steps, thank you. ericdes On 6/1/2009 9:34 PM, Hugh Williams wrote: Hi Eric, The PHP DLL name is actually php5ts.dll and not libphp5.dll that being the unix name with a .so extension typically. Note also that on Windows the php5ts.dll does not need t

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-06-01 Thread Hugh Williams
Hi Eric, Oops, you can download it from : ftp://download.openlinksw.com/support/vos/php.ini Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support On 1 Jun 2

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-06-01 Thread ericdes
Hugh, I will try this out and let you know. In the meantime could you please re-send the php.ini file, I think you forgot to attach it to your message. Thank you, Eric. On 6/1/2009 9:34 PM, Hugh Williams wrote: Hi Eric, The PHP DLL name is actually php5ts.dll and not libphp5.dll that bei

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-06-01 Thread Hugh Williams
Hi Eric, The PHP DLL name is actually php5ts.dll and not libphp5.dll that being the unix name with a .so extension typically. Note also that on Windows the php5ts.dll does not need to be loaded by Virtuoso with an entry in the plugin section as it is automatically loaded by the hosting_p

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-06-01 Thread ericdes
Hi Hugh, I'm using a system DSN. There is an error in the logs, I hadn't checked them before: the server can't find libphp5.dll. Actually it's not in the windows binaries I downloaded (virtuoso-opensource-win32-5.0.11). ericdes P.S. These are the logs: Mon Jun 01 2009 07:19:4

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-31 Thread Hugh Williams
Hi Eric, Is the DSN you created a user or system DSN, as generally this should be a system DSN to be accessible by all user account, as if you are using a user DSN and the Virtuoso Server is running as a service run by the 'system' user it will not be able to see the DSN. I would also rec

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-31 Thread ericdes
I installed drupal_fs.vad ericdes On 5/31/2009 12:47 AM, Kingsley Idehen wrote: Eric, Did you install the Drupal hosting VAD package? Kingsley

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread Kingsley Idehen
ericdes wrote: Hi Patrick, I think you are talking about the instructions which are in drupal/sites/all/settings.php, originally set to: $db_url = 'odbc://drupal:ignored@Local Virtuoso/drupal'; which I replaced with my actual parameters: $db_url = 'odbc://dba:dba@Virtuoso/drupal'; To m

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread ericdes
Hi Patrick, I think you are talking about the instructions which are in drupal/sites/all/settings.php, originally set to: $db_url = 'odbc://drupal:ignored@Local Virtuoso/drupal'; which I replaced with my actual parameters: $db_url = 'odbc://dba:dba@Virtuoso/drupal'; To my knowledge re.

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread Patrick van Kleef
Hi Eric, I installed the drupal vad package, and I'm pretty sure I have the right connection string in settings.php First of all i am assuming you read the following article: http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ OdsIntegrationDrupal $db_url = 'odbc://dba:dba@Virtuoso

[Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread ericdes
I installed the drupal vad package, and I'm pretty sure I have the right connection string in settings.php $db_url = 'odbc://dba:dba@Virtuoso/drupal'; $db_prefix = 'drupal.drupal.'; 'Virtuoso' being a system data source using the driver 'Virtuoso (Open Source') -- working fine in a .Net appl