11-05-2008 07:52 AM
Before writing into my database, I want to save it and reload it if the user want to cancel the new load that can last several minute.
If he cancel the load I load my previous database data.
I succeed to save my database data into xml file thanks to the VI 'DB Tools SaveRecordSet To File'. This VI saves directly the contains of my database table into xml file. And finally, I just though the other VI to load it from file will do the same, means load the file and save it into my database but finally it just give a recordset into labview.
Question : is there any simple possibility to load the xml file into the database directly through Labview ?
why, finally, these two VIs don't have the same behaviour ?
Solved! Go to Solution.
11-05-2008 08:57 AM
11-06-2008 05:09 AM
11-07-2008 06:40 AM
11-07-2008 08:13 AM
11-07-2008 10:10 AM