Sign in to follow this  
Followers 0
MML

CX-Supervisor to MS Access

4 posts in this topic

Hello! I have a problem: I am writing array With size 10 from Cx-Supervisor 1.32 to MS Access database. How can I make, that this array will be written always at the same location in the database. Thanks!

Share this post


Link to post
Share on other sites
use DBmove commands to position to the desired record in database and then use DBwrite to write data to db (maybe DBupdate too, should check this). regards

Share this post


Link to post
Share on other sites
Thanks for the helpful and useful advice, Zoran! Best regards!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0