|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Iso8859_1
Hi,
the last two relaises of Firebird seems to have problems with ISO8859_1 (e.g german characters). Even when I try to get data with VBScript (simplest way) - there are no "Ü"s & "Ö"s. Has anyone an idea? Thank you very much... |
|
#2
|
|||
|
|||
|
Sorry I have no probleme with ISO8859_1 to insert Ö or Ü or Ô or any éèàçùëê and no problems to read it also.
|
|
#3
|
|||
|
|||
|
Hi!
I have problems, too. With JDBC, I want to create tables with columnames witch contains german umlauts (äöü). It worked fine with Firebird 1.0.3 but not with Version 1.5! Do I have to activate the ISO8859_1 support? Thanks for your help! Torsten |
|
#4
|
|||
|
|||
|
As far as I know, the object names only accept plain ASCII.
However, for data, you have to make sure you connect with the given characterset as well.
__________________
Martijn Tonies Database Workbench: developer IDE for Firebird, MySQL, InterBase, MSSQL Server and Oracle Upscene Productions http://www.upscene.com |
|
#5
|
|||
|
|||
|
Hi barbibulle
Does that work, too: CREATE TABLE test (aäa VARCHAR(50)) I tried it over JDBC without success! |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Iso8859_1 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|