If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Driver could not be loaded, system error 5

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-11, 05:10
Ezi Ezi is offline
Registered User
 
Join Date: Jul 2011
Posts: 1
Driver could not be loaded, system error 5

Hi all,

I'm trying to connect with Php to Hyperfile SQL databases. It actually works under Apache, but I've got the following error message under IIS :

"Le pilote spécifié n'a pas été chargé en raison de l'erreur système 5 : SQL state IM003".

Which means in english : "Specified driver could not be loaded due to system error 5 : SQL state IM003" (Access is denied.).

Here is the connection string :

PHP Code:
$host="Domino";
$user="admin";
$password="";
$connect = ("$host""$user""$password");

$requete "SELECT * FROM clients";
$data odbc_exec($connect,$requete); 
I just started with IIS and Web programmation, so I require your help. I personnally think about IIS' rights.

Some information : Windows server 2003, IIS 6. Drivers are successfully installed (I can export databases to excel).

Thanks in advance,

Ezi.

PS : I'm french. Sorry for my english.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On