LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Poeblem on Open Database

hi all,

 

here is the problem, I used the Database Connectivity Tool to open a Database, which is based on Microsoft Access. Normally, the program can open the database successfully, but some times, like 1 out of 10, it can't open the database, this issue happened randomly and the error code is so weird, like "-2147467259", I have tried to search this error code in Google, but nothing has been found.

 

When this problem happened, I can't open the database anymore, until it dissappeared by itself.

 

Can anyone know how to solve this issue?

 

Thank you guys in advance.

 

Louis

 

0 Kudos
Message 1 of 4
(2,617 Views)

Hi Louis,

 

There's plenty of hits on Google, you just have to search for 2147467259 (instead of -2147467259).

It doesn't seem there's an obvious single problem leading to this error, but probably you'll find some things to try over Google.

 

Sorry I can't be of more help,

Daniel

 

0 Kudos
Message 2 of 4
(2,598 Views)

When searching for ADO related error messages, I generally modify the error out cluster of my top-level vi to display hex instead of decimal; most ADO errors are found via Google using the Hex value rather than the decimal value.

 

-2147467259 = 0x80004005

 

search for "Access 80004005"

0 Kudos
Message 3 of 4
(2,584 Views)
0 Kudos
Message 4 of 4
(2,558 Views)