01-05-2012 04:07 AM
how can i transfer a specific text file data to a table in a database in labview....
for example this is a specific line of text file... i want each value to be inserted in a table of a database... means changing the text file record to database record..
abcxxx123; name:john adress:abc123 phn-no:123123
01-05-2012 08:15 AM
A response was already provided to you when you first asked this question: http://forums.ni.com/t5/LabVIEW/reading-data-from-text-file-and-saving-it-in-a-database-table/m-p/18... and again (http://forums.ni.com/t5/LabVIEW/reading-data-from-text-file-and-saving-it-in-a-database-table/m-p/18... and again (http://forums.ni.com/t5/LabVIEW/how-to-read-write-from-Access-database/m-p/1818275#M624324).
Have you researched the answer? Or do you think that asking the same question over and over again will magically provide a different answer?
01-05-2012 08:45 AM
read all my questions..all of them are different..if you can not give me answer...let others reply... what i asked in this post is totally different...
01-05-2012 08:49 AM
Use the database tool Import from text file, no LV needed.
/Y
01-05-2012 08:54 AM
can you show me by an example if possible....
01-05-2012 08:57 AM
@bro4 wrote:
read all my questions..all of them are different..if you can not give me answer...let others reply... what i asked in this post is totally different...
They are all the same question, asked in different ways. That does not make them different questions. You want to update a database with some information. The information you provided is the same exact one in each of your questions. Originally you were reading this from a file. The source is irrelevant. If you want to use LabVIEW to talk to a database, you've been given the answer. If you have control of the database then you can use the database server's own tools to import data, as suggested by Yamaeda. Your call.
01-05-2012 08:58 AM
01-05-2012 08:58 AM
@bro4 wrote:
can you show me by an example if possible....
Look at your database server's documentation. If you're going to use the database server to do this, then this is no longer a LabVIEW question.