Search found 8 matches

by tomazzupan
20.04.2007, 12:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: oracle10g connect
Replies: 2
Views: 990

Re: oracle10g connect

williamhur wrote:zeos DBO 6.6.1(beta) can connect with Oracle10g?
Yes, we use oracle protocol. Also tested with Oracle XE

Lp, Tomaž
by tomazzupan
06.06.2006, 10:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Connecting to Oracle problem
Replies: 2
Views: 897

I am not as experienced about dll usage/behave but ..could it be an exception raising in the dll/zeos, not beeing catched and leading to a total program termination? So if this is the cause you shall catch them all in the dll and print them out to locate. Just a guess.. Form completes onClose and o...
by tomazzupan
03.06.2006, 23:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Connecting to Oracle problem
Replies: 2
Views: 897

Connecting to Oracle problem

Hi! I have an application which I am trying to convert to Zeos. Part of it is a form in a dll which I use to select information from dbgrid. If I add ZConnection component to this form and connect with it to oracle database (oracle or oracle-9i protocol) then the whole application closes when exitin...
by tomazzupan
03.06.2006, 23:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle10gXe - the size problem
Replies: 12
Views: 2225

Re: Oracle10gXe - the size problem

Hi Toma! Unicode needs more than one byte for certain characters. Before you create your tables execute this: alter session set nls_length_semantics=char This is only necessary while creating tables. I tried this, but error still remains, instead i get another length for the error - constantly 64, ...
by tomazzupan
03.06.2006, 23:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle10gXe - the size problem
Replies: 12
Views: 2225

Terence wrote:B
What is difference between NLS_NCHAR_CHARACTERSET and NLS_CHAR_CHARACTERSET?
NLS_CHAR_CHARACTERSET is used with char and varchar datatypes,
NLS_NCHAR_CHARACTERSET is used with nchar and nvarchar datatypes.
NCHAR and NVARCHAR2 datatypes store only Unicode character data.

LP, Tomaž
by tomazzupan
01.06.2006, 09:38
Forum: User Patches
Topic: [bug_fixed] Packages for delphi 6
Replies: 2
Views: 1939

mdaems wrote: Can you provide feedback? You're the first one using D6 I know for the moment.
Revision 54 installs OK. Thank you!

Lp, Tomaž
by tomazzupan
31.05.2006, 08:33
Forum: User Patches
Topic: [bug_fixed] Packages for delphi 6
Replies: 2
Views: 1939

[bug_fixed] Packages for delphi 6

I had to make two little corrections to packages for delphi 6 for successfull instalation of testing branch. [tomaz@pc-tomaz-n delphi6]$ svn diff Index: ZDbc.dpk =================================================================== --- ZDbc.dpk (revision 52) +++ ZDbc.dpk (working copy) @@ -78,7 +78,7 ...
by tomazzupan
31.05.2006, 08:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle10gXe - the size problem
Replies: 12
Views: 2225

Re: Oracle10gXe - the size problem

[Exception: SQL Error: ORA-12899: Wert zu groß für Spalte "FREEDB"."SONGS"."SONG" (aktuell: 61, maximal: 60) NLS_CHARACTERSET AL32UTF8, NLS_NCHAR_CHARACTERSET AL16UTF16 Unicode needs more than one byte for certain characters. Before you create your tables execute thi...