Question Sql Server Query vs Progress DB

rcgomez11

Member
Platform: Windows 7 x86
Progress: 10.1C
SQL Server: 2008 Express
PHP: 5.3.13

I have a linked server configured inside my sql server 2008 which is connected to the ODBC of my progress database. I can now query it inside my php script using sqlsrv driver, but the problem is when I try to monitor the connectivity from querying sql to my progress database, it adds 1 user in my log when it pass the sqlsrv_connect function, and another 1 user for the sqlsrv_query, even though I deleted the object that holds the my sqlsrv function, it doesn't disconnect the user, is it normal or I'm just lacking of information configuring my sql server?

Hope I deliver myself clear, and I really need this stuff to be cleared also for me. Thanks in advance and great day for all you progressTalkers.
 
Top