Subject | Re: [Firebird-Java] Re: Trying to run TrackStudio :-) |
---|---|
Author | Michael Ludwig |
Post date | 2012-06-29T13:44:26Z |
Roman Rokytskyy schrieb am 29.06.2012 um 14:08 (+0200):
SQL> show database;
Database: eins
Owner: SYSDBA
PAGE_SIZE 4096
...
Default Character set: NONE
So this database has been created with no default character set. Which
means that failing to specify a CHARACTER SET for a character column
will mean random bytes may get in, which is typically not desirable.
Michael
> Server gets a default charset for newly created databases configuredAnd in ISQL you can always see that by saying:
> during installation.
SQL> show database;
Database: eins
Owner: SYSDBA
PAGE_SIZE 4096
...
Default Character set: NONE
So this database has been created with no default character set. Which
means that failing to specify a CHARACTER SET for a character column
will mean random bytes may get in, which is typically not desirable.
Michael