Page 1 of 1

MSSQL Support in php

PostPosted: Fri Mar 29, 2013 4:24 am
by zaheer
i want to enable mssql support in php on my vicibox server how i can .

Re: MSSQL Support in php

PostPosted: Fri Mar 29, 2013 1:58 pm
by williamconley
microsoft sql will not install in vicibox. if you want to "reach out and get" data from a mssql box, you'll need to add some form of interface. but since you have not described what you are doing in any way, that is as precise as I can be. you could build an api interface on the mssql server to allow IIS to make the information available in an asp or aspx page ... or you could install odbc drivers and allow any one of several packages (php/perl ...) to directly reach out to the mssql as a service. all sorts of possibilities