LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not enough storage is available to complete this operation -2147024882

Access DB table read.pngI'm trying to read a large table in a large access file (220MB) and I'm getting this error: "Not enough storage is available to complete this operation -2147024882"

I works with smaller access files.

Does anyone have a sollution for this problem?

 

0 Kudos
Message 1 of 7
(4,303 Views)

Which node throws the error? Run your VI in highlighted mode to see,where the error occurrs.

Maybe the RecordCount number is too high, so perhaps it helps, to read the records in smaller chunks?

Greets, Dave
0 Kudos
Message 2 of 7
(4,290 Views)

Thanks for the reply Dave.

 

The error accurs in "getrows", the table has 3038045 rows.

0 Kudos
Message 3 of 7
(4,286 Views)

Then perhaps this article helps: http://support.microsoft.com/kb/129856/en-us

I found it typing "access recordset getrows" into google search.

Greets, Dave
0 Kudos
Message 4 of 7
(4,281 Views)
i didnt think access could handle 3 million rows.
G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 7
(4,271 Views)

Do you really need all the rows at the same time?

 

Maybe it is better to divide the number of rows your are getting into smaller segments.

0 Kudos
Message 6 of 7
(4,268 Views)

yes I could do that,

just wanted to know if I could get all the rows at one time

0 Kudos
Message 7 of 7
(4,265 Views)