Just a thought if it's not already been offered:

does it help if you could create the table with short names (t_001 - t_800) for 
the columns and use a single table view for the browser entry/edit?

Regards,
Alastair.
  ----- Original Message ----- 
  From: Lawrence Lustig 
  To: RBASE-L Mailing List 
  Sent: Wednesday, July 09, 2008 8:21 PM
  Subject: [RBASE-L] - Re: Database Limits, again?


  <<
  I tried to get them to go vertical, with one column for the Tissue name (like 
"Spleen"), another column for the test name (like Chromium), and another for 
the value (like 100).   Other columns, too, like date test made, patient data, 
that would go in a header table then.  She refused, saying their other tables 
have 100 or so columns in a spreadsheet-like format, that's what her users are 
used to, "no way" would they like a vertical format.    
  >>

  Although, as a general rule, tables that wide are bad design in this 
particular case it sounds like the design is perfectly appropriate.  If all 
those fields will be filled in and the number and names of the columns is 
constant, then the design is actually reasonable.

  If your table design doesn't violate any of the 7.6 limits (and it sounds 
like it doesn't) then send a copy of the database to RBTI.  If there really is 
a problem and it's reparable, I'm sure they'll take care of it.

  How are you creating the table, by the way?  That many columns is too many 
for a CREATE TABLE command -- it overflows the maximum command length.  Did you 
try the experiment with shorter column names?

  If you can't fix it, perhaps you could decompose it into two or three large, 
but smaller than 750 columns, tables and let them work in "Autopsy Part I, 
Autopsy Part 2, and Autopsy Part 3.
  --
  Larry



No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.4.7/1541 - Release Date: 08/07/2008 19:50

Reply via email to