Page 1 of 1

Connecting form data to MS Sql database...

Posted: Thu Jan 31, 2019 12:55 pm
by terryfoster60
I have a customer who wants form data sent to a database in the form of MS Sql instead of MySql.
He is adamant that all he needs is a connection string and so on.
I suppose I should be able to do this by sending my form data to a php script to do this.

Am I right in thinking this should be possible.

Thank you

Terry

Re: Connecting form data to MS Sql database...

Posted: Thu Jan 31, 2019 2:24 pm
by Pablo
There is no standard solution to save to a MS SQL data, because this is not very common.
So, you will have to implement your own script for this.

It looks like there are PHP functions to make the connection:
http://php.net/manual/en/book.mssql.php