Linked Table

B

Bev

Is there any way around the 255 field limitations when linking through an
ODBC driver. I am linking to a table that has 404 fields. Only the first
255 appear when linking.
 
D

Douglas J. Steele

The 255 field limit is cast in stone. I believe that in the past I've
successfully linked a table that has more that 255 fields, then created a
query that has less than 256 fields in it. Unfortunately, I have nothing on
this machine that will let me test that recollection.
 
A

aaron.kempf

Chris;

you're ****ing wrong. Stop blaming people-- it's a crap limit in Jet,
and it's literally reason #1 I moved to ADP.

A lot of people legitimately have more than 255 columns.

Shit, even MS Project has almost more than 255 columns!

Stop blaming people just because your database (Jet) ****ing sucks.

-Aaron
 
A

aaron.kempf

and for the record, (In SQL Server) you can have 200 columns in a
table, and another 200 computed columns-- you can actually have 1024
columns I think.

Computed columns against wide tables are very nice sometimes.

It's actually quite powerful... to write a formula _ONCE_ instead of
_ONCE_EVERY_QUERY_.

it's just that you're limited by your piece of shit database, you
****ing moron!

-Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top