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!
Zoran Mihajlovic
Feb 24 2007, 07:07 AM
Access fild by index in Modify field association dialog.
tashinz
Feb 24 2007, 09:28 AM
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
MML
Mar 9 2007, 02:23 AM
QUOTE(tashinz @ Feb 24 2007, 09:28 AM) [snapback]50389[/snapback]
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
Thanks for the helpful and useful advice, Zoran!
Best regards!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.