Jump to content

_sql.au3


Recommended Posts

hi,

I have download the _sql.au3 script but it doesnt work.

i put it in the same folder and i add it with #include <_sql.au3>

thats my current code:

#include <array.au3>
#include <_sql.au3> 

$con_mysql = _SQLStartup()
If @error then Msgbox(0,"Error","Error starting ADODB.Connection")
    
_SQLConnect(-1,'x.x.x.x','usr_web2_1','web2','***********')
if @Error then Msgbox(0,"",$SQLErr&" :-: "&$con_mysql)

but i get a error:

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or no access.

But i have test it over a Homepage and i can connect at this mysql database.

whats wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...