× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Quick guess: VARCHARs require an extra two bytes to store the length of the
data in the field.

Joe

From: Wes

I'm creating a SQL table using the follwoing SQL statment...

Create table F55RULE (
RUGROP VARCHAR(50) NOT NULL,
RULOB VARCHAR(3),
RULT VARCHAR(3) NOT NULL,
RUVALR VARCHAR(1) NOT NULL,
RUOBJS VARCHAR(6) NOT NULL,
RUSUBS VARCHAR(8) NOT NULL,
RUOBJE VARCHAR(6),
RUSUBE VARCHAR(8) NOT NULL);

Once the table is created though, the size of each column had been
expanded
by 2 char...

FIELD     Position    Length  D Ty. File      Libra
RUGROP          1         52  0  A  F55RULE   QGPL
RULOB          53          5  0  A  F55RULE   QGPL
RULT           58          5  0  A  F55RULE   QGPL
RUVALR         63          3  0  A  F55RULE   QGPL
RUOBJS         66          8  0  A  F55RULE   QGPL
RUSUBS         74         10  0  A  F55RULE   QGPL
RUOBJE         84          8  0  A  F55RULE   QGPL
RUSUBE         92         10  0  A  F55RULE   QGPL

Does anybody know why this is?



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.