Viewing 2 posts - 1 through 2 (of 2 total)
I have some answers to my own questions.
1) To get the connection type, run the query "SELECT net_transport FROM sys.dm_exec_connections WHERE session_id = @@SPID;"
2) Not sure how to use Named...
November 30, 2007 at 10:30 am
#756064
Thanks Mark
It is a C++ app using ADO (not .net)
Seek is not supported on the SQL Server, I need to support both Jet and SQL Server.
I can't search the list...
December 21, 2006 at 6:54 am
#679397