Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPSS Batch
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00594039
Message ID:
00594385
Views:
47
>Thanks for your reply,
>
>The documentation says it does not need additional open calls, however I check for that:
>
>
>...
>
>IF cnnSPSS.State = adstateclosed then
>     cnnSPSS.Open
>ELSE
>     cnnSPSS.Requery
>END IF
>
>...
>
>
>Moreover this last time I looked, it also removed all of the data from the table... Only the structure was left... I think I might abandon these attempts and do it manually... this will only be repeated once...

Are you issuing the Requery after each insert? This is not required either. Maybe if you post some code and explain what you are trying to do someone will be able to help.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform