Hi guys.
I created a database with xampp ver 2.3, 2.4,2.5.
i use udl file to connect my program to database but when i click TestConnection it says error in intializing provider.
here's my udl_file :
it works fine on my PC , but when i try it from my server PC it always error
NB : My Bad , it's solved. i have to install mysql connector odbc 3.51, and it works fine Thx. :)
I created a database with xampp ver 2.3, 2.4,2.5.
i use udl file to connect my program to database but when i click TestConnection it says error in intializing provider.
here's my udl_file :
Code:
[oledb]
; Everything after this line is an OLE DB initstring
Provider=MSDASQL.1;Persist Security Info=False;Extended Properties="Provider=SQLNCLI10; driver=mysql odbc 3.51 driver;server=localhost;uid=root;db=sister"
NB : My Bad , it's solved. i have to install mysql connector odbc 3.51, and it works fine Thx. :)