Jump to content

isapi module,apachi mysql settings


Astrolab

Recommended Posts

Have you tried anything and are you getting an error or?

 

Thanks for reply,

 

In browser I Get error 500,

in log file I Have:

Project1: 00000C70: 13:23:23:Exception : None of the dynamic libraries can be found: libmysql51.dll, libmysql50.dll, libmysql.dll

 

I am not sure if there are any special considerations for the apache server. In theory any database components should work.

 

It is Zeus database components!

Link to comment
Share on other sites

When I make standalone server application it works correctly, but in isapi module error occurs:

Project1: 000008FC: 10:59:03:Exception : None of the dynamic libraries can be found: libmysql51.dll, libmysql50.dll, libmysql.dll

 

Are the dll's located in the app-path? Then standalone server finds the dll's in its path, but in case of isapi the searchpath is the path of the internetserver (iis, apache).

Link to comment
Share on other sites

  • 2 months later...
  • Administrators

It works here with Apache 2.2.

 

 

Here is my Conection String:

 

  object ADOConnection1: TADOConnection
Connected = True
ConnectionString = 
 	'Provider=MSDASQL.1;Persist Security Info=False;User ID=root;Mode' +
 	'=ReadWrite;Extended Properties="DSN=denememysql;SERVER=127.0.0.1' +
 	';UID=root;DATABASE=test;PORT=3306"'
LoginPrompt = False
Mode = cmReadWrite
Left = 616
Top = 24
 end

Link to comment
Share on other sites

It works here with Apache 2.2.

 

 

Here is my Conection String:

 

  object ADOConnection1: TADOConnection
Connected = True
ConnectionString = 
 	'Provider=MSDASQL.1;Persist Security Info=False;User ID=root;Mode' +
 	'=ReadWrite;Extended Properties="DSN=denememysql;SERVER=127.0.0.1' +
 	';UID=root;DATABASE=test;PORT=3306"'
LoginPrompt = False
Mode = cmReadWrite
Left = 616
Top = 24
 end

 

in iexplorer not working

 

:(

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...