Hello, Is there a link to convert the mysql pdo command to mssql? [code] "mysql:host={$sql_details['

Hello, Is there a link to convert the mysql pdo command to mssql? [code] "mysql:host={$sql_details['

fullmanfullman Posts: 2Questions: 1Answers: 0

Hello, Is there a link to convert the mysql pdo command to mssql?
[code]
"mysql:host={$sql_details['host']};dbname={$sql_details['db']}",
[code]

Answers

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    Not as far as I am aware. I'm not sure how this relates to DataTables? You'd be better asking generally programming questions in StackOverflow.

    I'd suggest reading over the PHP documentation for SQL Server with PDO to create the connection string.

    Allan

  • fullmanfullman Posts: 2Questions: 1Answers: 0

    Hello Allan, thanks for the reply, Basically I want to use your Microsoft SQL instead of the MySQL. Can I use support credits for this question?

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    Is this with the Editor PHP libraries? They already have SQL Server support built in. See the docs here.

    Allan

Sign In or Register to comment.