J
jer99 via AccessMonster.com
I have code that is using linked tables from Oracle via ODBC.
These tables are quite large but since they are linked, it has been no big
deal.
However, in one module, I create a table on the fly, fill it and go through
updating it based on certain criteria. Then I export it to a delimited file.
The table fields created are not constant so I can not create a permanent
table. This table is created on the Access side.
I've been hitting up against the 2 gig limit and obviously it's ugly.
I can't place it in another database and link because it will eventually get
to 2 gigs.
I cant create a linked fixed table on the oracle side since the fields vary.
I was trying to think of a way to potentially count the records before hand
and some how break it up, but that thought seems too intense.
Anyone have any ideas?
These tables are quite large but since they are linked, it has been no big
deal.
However, in one module, I create a table on the fly, fill it and go through
updating it based on certain criteria. Then I export it to a delimited file.
The table fields created are not constant so I can not create a permanent
table. This table is created on the Access side.
I've been hitting up against the 2 gig limit and obviously it's ugly.
I can't place it in another database and link because it will eventually get
to 2 gigs.
I cant create a linked fixed table on the oracle side since the fields vary.
I was trying to think of a way to potentially count the records before hand
and some how break it up, but that thought seems too intense.
Anyone have any ideas?