How to use Editor 1.3.3 with SQL SERVER 2008

How to use Editor 1.3.3 with SQL SERVER 2008

mmarroquinmmarroquin Posts: 19Questions: 11Answers: 0
edited February 2015 in Free community support

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

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    This Editor version is not compatible with MSSQL server 2008?

    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 PDO sqlsrv driver hasn't been installed for your PHP. You can download the drivers from Microsoft.

    Allan

  • mmarroquinmmarroquin Posts: 19Questions: 11Answers: 0
    edited February 2015

    Thanks for you answer, :D Editor are incredible
    mmarroquin.

This discussion has been closed.