Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving a table to disk
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00488370
Message ID:
00488454
Views:
10
>To save an ADO recordset, use «rstData.Save PathFileName». To reopen it, use «rstdata.open PathFileName».

Cool. Thanks Eric.

>>Also, anyone know how to create an ADO rs on fly, just to hold some data in my app to sort and then discard?
>
>Use this syntax:
>
>
Dim rstX as adodb.recordset
>set rstX = new adodb.recordset
>with rstx
>   .cursorlocation=aduseclient
>   .cursortype=adopenstatic
>   .locktype=adlockbatchoptimistic
>   .fields.append "Field1",adInteger
>   .fields.append "Field2", adchar, 20
>   .open
>end with
>
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Reply
Map
View

Click here to load this message in the networking platform