Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory Cursors
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Memory Cursors
Miscellaneous
Thread ID:
00484696
Message ID:
00484696
Views:
65
Hi,

Assuming having the followings
- an in memory cursor called adoMemory which includes a field called ItemNo
- a table called items which also includes a field called ItemNo

I want to create another recordset using the following Select statement:

SELECT ItemNo FROM items WHERE ItemNo NOT IN (SELECT ItemNo FROM adoMemory)

Does anybody know if there is a way to do it?
Please let me know.

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform