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
Connecting form data to MS Sql database...
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 61
- Joined: Wed Sep 19, 2018 8:39 am
Re: Connecting form data to MS Sql database...
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
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