|
-
October 1st, 2001, 04:09 AM
#1
SQL statement
I want to open a ADODB recordset with the codes below.
Set recSocket = New ADODB.Recordset
recSocket.Open strSql, cnn
But the program cannot execute
recSocket.Open strSql, cnn
The error message is
"ORA-00936:missing expression"
Can somebody please tell me why?This is urgent.
Prompt answer will be very appreciated.
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|