Search found 3 matches

by agalu58
09.06.2010, 13:30
Forum: 6.6 - stable
Topic: Oracle XE 10g Stored Proc Problem EZSQLException
Replies: 1
Views: 477

Oracle XE 10g Stored Proc Problem EZSQLException

Hi all i'm using Zeos 6.6.6. and Lazarus 0.9.28.2 on Windows XP. As DB i use Oracle XE 10g. I have a simple Procedure in Oracle: CREATE OR REPLACE PROCEDURE WTRANS.testx(ein in varchar2, aus out varchar2) AS BEGIN aus := ein; END ; / I has one in Parameter an one OUT Parameter. Now i try to call thi...
by agalu58
04.06.2010, 13:30
Forum: 6.6 - stable
Topic: ClientCodePage of ZConnection can NOT bet set for Oracle-DB
Replies: 1
Views: 467

Problem solved

Hello i have found a way to get the Umlaut (öäü) correct. It was a mismatch beween the DB und Client (as always). On the DB i have Charaterset WE8MSWIN1252 and on the Clientside i had to set the following: For Lazarus und Zeos i had to set in the Registry HKEY_LOCAL_MACHINES\SOFTWARE\ORACLE\KEY_XECl...
by agalu58
03.06.2010, 16:05
Forum: 6.6 - stable
Topic: ClientCodePage of ZConnection can NOT bet set for Oracle-DB
Replies: 1
Views: 467

ClientCodePage of ZConnection can NOT bet set for Oracle-DB

Hello i'am using Zeos 6.6.6 stable on Windows XP and a Oracle 10g XE Database. I have big Problem with the German Umlaut (öäü). On the DB i have NLS_CHARACTERSET = WE8MSWIN1252 On my Client i have Windows Codepage 1252 or 850 and i have set all differnt NLS_LANG System-Var (NLS_LANG=GERMAN_SWITZERLA...