CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Unknown sized projects (request quote) (http://www.codingforums.com/forumdisplay.php?f=61)
-   -   Help converting two script from mssql_connect to sqlsrv connection (http://www.codingforums.com/showthread.php?t=287830)

shalala81 02-18-2013 10:40 AM

Help converting two script from mssql_connect to sqlsrv connection
 
I have an issue with two files that connect with the very old mssql_connect but i need them to use sqlsrv drivers to handle that connection, the script connect to two databases, i need help converting those two block of code in a sqlsrv driver version, if someone's so kind to help me with this i would apreciate it very much.

Here's the link to the files aforementioned:

scripts

Fou-Lu 02-18-2013 02:26 PM

Just like mysql to mysqli conversions, mssql to sqlsrv conversions are a time consuming task. They are not simply copy and paste changes, they require you to rewrite most of the handling to do it right.
Moving from PHP forum to unknown sized requests. Chances are you won't get someone to convert these for free.


All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.