Portable Data Types

Portable data types are those that you can translate into any database vendor's set of physical data types without loss of meaning, content, or value.

Michelle A. Poolet

June 13, 2000

1 Min Read
ITPro Today logo

Portable data types are those that you can translate into any database vendor's set of physical data types, without loss of meaning, content, or value. The most common portable data types are the following:

  • Text (fixed length, variable length, large length)

  • Numeric (signed integer, unsigned integer, autocounter, floating point, decimal, money)

  • Raw Data (fixed, variable, large length, picture, OLE object)

  • Temporal (auto timestamp, date, time, date & time)

  • Logical (true or false, yes or no)

  • Other (row id, object id, unknown)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like