Jul 04 2001

Reading records - General Open command

Posted by admin under ADO database

<%
Dim oRS, oConn
Set oConn = Incdb_GetConnection( Incdb_GetConnectionString(0))
Set oRS = CreateObject("ADODB.Recordset")
oRS.CursorLocation = adUseClient
oRS.Open strSQL, oConn
%>