C
clara
Hi there,
My code is "recordset1.open strSQL, connection1,,,adCmdText", strSQL is
string containing a select statement like "select item1, item2 from qryInfo"
, qryInfo is a query, but I got wrong message all the time, I had tried
other options for adCmdText, different wrong messages were given. Could you
help me fingure out which option parameters should i use.
My code is "recordset1.open strSQL, connection1,,,adCmdText", strSQL is
string containing a select statement like "select item1, item2 from qryInfo"
, qryInfo is a query, but I got wrong message all the time, I had tried
other options for adCmdText, different wrong messages were given. Could you
help me fingure out which option parameters should i use.