Table of ContentsPreviousNext

Ispirer
Please, note, that Ispirer SQLWays 6.0 is no longer supported and provided to clients.
You can try out automated conversion of databases and applications with Ispirer Toolkit for free. Download free trial.
Check out the relevant toolkit documentation.
Ispirer Application Conversion overview.


Ispirer SQLWays Database Migration Software

BINARY and LONGVARBINARY

Binary data types.

BINARY(n)

Fixed-length binary data of n bytes. n must be a value from 1 through 255. BINARY columns are padded with binary zeros. You must specify the size for BINARY columns.

LONGVARBINARY

Variable-length binary data from 0 through 2^31-1 (2,147,483,647) bytes. Storage size is the actual length in bytes of the data entered + 8-byte header.


Table of ContentsPreviousNext
Copyright 1999-2023 Ispirer Systems.
Ispirer and SQLWays are registered trademarks. All other product names may be trademarks of the respective companies.
All rights reserved.