|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
The connection string you are using is for a sql server database which may not exist. To connect to a mysql database:
Code:
var str = "Driver={MySQL ODBC 3.51 Driver};Server=cell-lms.com;Database=celllms_romsuser;UID=celllms_trial;PWD=trial";
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|