LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write these data to data base

i want to write these data count into the db .. please help me

 

 

dddd.JPG

0 Kudos
Message 1 of 10
(3,263 Views)

please do help me guys.. 😞 😞

0 Kudos
Message 2 of 10
(3,252 Views)

Hi,

 

can you please describe a little more in detail what you want to do?

 

- What data do you want to store in the DB?

- What kind of DB you're using?

- What is the layout of the DB?

 

Are you using the Database Connectivity Toolkit shipped with the Developer Suite?

 

Tyler

Certified LabVIEW Architect
0 Kudos
Message 3 of 10
(3,250 Views)

i m using mysql data server

 

my data is

 

ddata.JPG

 

 

actually with out db developer tool , my frnd has some thing with db.. it was writing into db

 

here it is

db.JPG

 

like this i want to do add in my code

 

i m jus learning labview

 

pls help me out

0 Kudos
Message 4 of 10
(3,247 Views)

pls help me frnds

0 Kudos
Message 5 of 10
(3,225 Views)
Your statements are confusing. You say ' actually without db developer tool' but then you show an image of a block diagram with functions from the db development tool. You either have it or not. If you don't, get one of the free toolkits. I've used LabSQL quite a lot. There are others - do a search.
0 Kudos
Message 6 of 10
(3,215 Views)

yeah i have db developer tool kit... but i dont know.. how to proceed.. pls let me know

0 Kudos
Message 7 of 10
(3,208 Views)
Do you have the table created with the columns? What are the datatypes? Did you create the UDL and try to connect? How do you want to update the db? The example shows one large write - apparently when the program is complete. Or, do you want to write as data is acquired, one row at a time?

Personally, I've always thought that the NI toolkit was overly complicated for a simple insert. I just checked and I don't even have it installed right now so I'm forced to give generic help. There are numerous examples with the toolkit. Which ones have you run?
0 Kudos
Message 8 of 10
(3,197 Views)

Hello ,

 

I can give you some snip shots how I created using database tools . First is how to open the databse. I also just learnt by trial and error and by reading the manual for data base.Then i will post more of these so that you can build your own just chnage the names and i think it will work .

0 Kudos
Message 9 of 10
(3,186 Views)

The second is save to setup table in access. its not much clear but it works for me.

0 Kudos
Message 10 of 10
(3,184 Views)