LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WRITE IN ACCESS FLE

HELLO PEOPLE, CAN SOMEONE HELP ME??

 

i want to write in a data base some data thtat i receive from serial port...

 

 

 

but well, can someone help me and show me how to write in a acess file some random numbers...

 

 

how can i do it??

 

thanks!!

 

i attached what i have done!

0 Kudos
Message 1 of 11
(2,251 Views)

You can use LabSQL for reading/writing Access database. http://jeffreytravis.com/lost/labsql.html

0 Kudos
Message 2 of 11
(2,237 Views)

THANKS, i have download it but i don't know how to work with them... have you got any example apart from the examples in the downoad file?

0 Kudos
Message 3 of 11
(2,233 Views)

ADO is based on Microsoft's technology.

 

You will need to convert from Visual Basic 6 to LabVIEW.

 

http://allenbrowne.com/func-ADO.html

 

http://msdn.microsoft.com/en-us/library/aa189885%28v=office.10%29.aspx

0 Kudos
Message 4 of 11
(2,229 Views)

any program, example for labview??nothing????

 

 

i can't do it nothing with this!

0 Kudos
Message 5 of 11
(2,224 Views)
What exactly is your problem with the examples? Do you have any experience with databases? Have you looked for SQL tutorials? If you are new to all of this, purchase the NI Database Toolkit.
0 Kudos
Message 6 of 11
(2,217 Views)

Do a search. There may be something on this message board.

 

I have converted VB6 with ActiveX automation to LabVIEW. Sometimes you have no choice but to do that.

 

 

0 Kudos
Message 7 of 11
(2,216 Views)

Thanks a lot

0 Kudos
Message 8 of 11
(2,212 Views)

You can do 99% of what you need with 4 basic functions in the LabSQL toolkit - ADO Connection Create, ADO Connection Open, and ADO Connection Close. Everything related to ActiveX has already been done and there is just no need to think about converting any VB code. You do need to know SQL as I already mentioned.

0 Kudos
Message 9 of 11
(2,199 Views)

sorry but i have not experinces with data bases thats why i am soo lose

0 Kudos
Message 10 of 11
(2,189 Views)