06-29-2015 06:11 AM
06-29-2015 06:12 AM - edited 06-29-2015 06:13 AM
@KartikPatel wrote:
Please tell me how can i insert 52 Fields in MS Access database and respective records to each Fields. this error occurs repetively.
Hi
I have found some of example codes related to database in NI Example.
C:\Program Files\National Instruments\LabVIEW 2014\examples\database
Please gothrough it.
06-29-2015 06:51 AM
I think that:
I was unable to reproduce your error. I made an Access database with one table (Table 1) that had two columns (Shot No as Number and Time Stamp as Text). I used a connection string instead of a UDL file (www.connectionstrings.com) and I'm able to write 100 records (with all the same data) each time I execute the VI.
Like the others have said, your code is nonsense. What are you trying to do?