Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

varchar

You are here: irt.org | FOLDOC | varchar

<database> A database data type for storing variable-length strings of ASCII data. The amount of storage space used depends on the length of the strings, in contrast to the ordinary "char" type. The maximum length of string must still be specified, e.g. varchar(256).

(2009-02-25)

Nearby terms: vapourware « VAR « var « varchar » variable » Variational Graphics eXtended » VAX

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb