LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Edit a particular element in a data base table

Solved!
Go to solution
I can use the check if file exist for database also.
kavi
0 Kudos
Message 41 of 52
(1,293 Views)

Hi kavi,

it's a file on your harddisk, so you can use the normal file functions. In this case "Check if file or folder exists.vi" should work for you.

 

Mike

0 Kudos
Message 42 of 52
(1,292 Views)

The solution u gave for uptate is suitable if im havings data set set with less than no of columns.

 

I want to replace a row dataset with 50 columns there is any simply way?

kavi
0 Kudos
Message 43 of 52
(1,288 Views)

The solution u gave for uptate is suitable if im havings data set set with less no of columns.

 

I want to replace or update a row dataset with 50 columns there is any simply way?

kavi
0 Kudos
Message 44 of 52
(1,287 Views)
is my question is clear for u?
kavi
0 Kudos
Message 45 of 52
(1,286 Views)

Hi kavi,

you can use the update command for it. It should work for as much columns as you need.

You can write your own function to build the UPDATE command.

 

See the attached image as an idea.

 

Mike

0 Kudos
Message 46 of 52
(1,281 Views)
anybody?
kavi
0 Kudos
Message 47 of 52
(1,277 Views)
Start reading the answers given and find a tutorial on SQL. It does not matter how many columns you have - 1 or a million. The Update command works the same way
Message 48 of 52
(1,261 Views)
k dennis
kavi
0 Kudos
Message 49 of 52
(1,228 Views)

Hi 

 

I create mdb file using create mdb vi.

 

But i link that mdb to the ODBC manually 

 

    i click the administrative tools in the control panel.Click Data sources ODBC and click system dns tab.

 

   click add and select microsoft access driver for mdb

 

   In the ODBC data setup screen i entered the data source name as sample and click select and select the      mdb from the path it created already.and click ok.

 

 

 

is it possible to link mdb to ODBC programatically through labview as like mbd creation? 

 

 

kavi
0 Kudos
Message 50 of 52
(1,227 Views)