Connecting form data to MS Sql database...

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
terryfoster60
 
 
Posts: 58
Joined: Wed Sep 19, 2018 8:39 am

Connecting form data to MS Sql database...

Post 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
User avatar
Pablo
 
Posts: 21716
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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
Post Reply