ADODB Recordset - how to execute stored procedure with Open command
Hi.. I have a Set rs = Server.CreateObject( ADODB.recordset ) How do you call an SP with the Open command? I have to use the existing syntax rs.Open strSql, connection ... Question: hello, In vb.net 2005 ,I iused datareaders and ......