Hi there!
I'm trying to update my project to work with the new MS SQLSRV driver.
I've installed the driver and it works ok.
Before the MS driver i had a connection to the sql server (connect.php) and included it on every page.
Now, i'm trying to do the same but some commands, i.e SQLSRV_QUERY require the $conn (connection resource) as a parameter.
That resource cannot be passed from the connect.php (or maybe i don't know how to do it properly).
So my question is - Do i need to connect again using SQLSRV_CONNECT on every page?
My setup: WAMP 2.1, MSSQL 2008 @ WIN Server 2008
Thanks in advance.