06-27-2012 10:44 PM - edited 06-27-2012 10:48 PM
Hi, I am using the Database Connectivity Toolkit Eval. I am trying to get my data into the database with ms access. However, i get this error.
Possible reason(s):
ADO Error: 0x80040E14
Exception occured in Microsoft Office Access Database Engine: Syntax error in INSERT INTO statement. in NI_Database_API.lvlib:Rec Create - Command.vi->NI_Database_API.lvlib:Cmd Execute.vi->NI_Database_API.lvlib:DB Tools Insert Data.vi->try1.vi
I have gone into DB Tools Insert Data however it doesnt allow me to take a look at the block diagram. Therefore, I cant locate Cmd Execute.vi. It seems that I have to purchase the toolkit in order to view the vis.
Is there any other way that i could solve this problem?
06-27-2012 10:57 PM
06-27-2012 11:18 PM
I understand that the problem lies at the "insert into" part. But I could not find the terminal that lead to this problem. this is part of my VI
06-27-2012 11:39 PM
06-27-2012 11:52 PM
Tried, sir
06-27-2012 11:54 PM
06-27-2012 11:57 PM
sorry. what do you mean?
06-28-2012 10:12 AM
I checked and with my version of the database toolkit, the block diagram of DB Tools Insert Data is not locked. I don't know why you can't see it. Try again and if you can, put a probe on the output of DB Tools Build Insert Query. That you show you the exact command that is trying to be executed. See if you can do the same insert with Access itself. You have not included the actual db so I have no idea how you designed the table and whether you can actually insert numeric arrays into those columns. Did you design the db?