ControlAutomation
2008-08-09 23:40:04 UTC
This might seam like a rudimentary question, but what is the simplest way to prepare the data stream coming out of the DAQ Assistant so that it can be inserted into a database using the DB Tools Insert Data vi? I am trying to stream one voltage channel from a CompactDAQ voltage card into a database and keep getting a type mismatch error from the DB VI. When I set the table create to true, the function runs but inserts the text "Long binary data" of type "OLE Object" inserted into the rows of the database. From the examples it looks like I need to use an array or a bundle but I'm not quite sure how to do this.