THis is my environment:
VB6 w/ SP5 running on Win2000 Pro w/ SP4
Now, why is it that when I query the SQL Server 2000 (w/o SP installed) with the ff code snippet:
rs2.Open "select * FROM Feb910", g_AdoDBCn, adOpenKeyset, adLockOptimistic, adCmdText
Debug.Print rs2.recordcount
I get -1 recordset. Thanks in advance
JOJO ACOSTA
VB6 w/ SP5 running on Win2000 Pro w/ SP4
Now, why is it that when I query the SQL Server 2000 (w/o SP installed) with the ff code snippet:
rs2.Open "select * FROM Feb910", g_AdoDBCn, adOpenKeyset, adLockOptimistic, adCmdText
Debug.Print rs2.recordcount
I get -1 recordset. Thanks in advance
JOJO ACOSTA