How to use Editor 1.3.3 with SQL SERVER 2008
How to use Editor 1.3.3 with SQL SERVER 2008
Hi Guys, I need your help, i'm trying to use the Editor 1.3.3 with SQL server 2008. first I used with mysql and all worked well, but I need to use SQL SERVER 2008, and the DataTable's warning says: An error occurred while connecting to the database, could not find the driver, I have no idea that how to fix the issue, I'm trying changing the sqlsrvr with mssql_connet(), but doesnt work.
This Editor version is not compatible with MSSQL server 2008?
How can I fix it?
Thanks in advance.
Sorry for my English.
This question has an accepted answers - jump to answer
Answers
Editor is perfectly compatible with SQL Server 2008 (although not for server-side processing which requires 2012+).
If you are getting the error
could not find the driver
then the PDOsqlsrv
driver hasn't been installed for your PHP. You can download the drivers from Microsoft.Allan
Thanks for you answer, :D Editor are incredible
mmarroquin.