Bug introduced in version 2.0?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Andre' Brunner
Posts: 2
Joined: Tue 04 Jan 2005 08:53

Bug introduced in version 2.0?

Post by Andre' Brunner » Tue 04 Jan 2005 08:58

Hello,

under Kylix 3.0 I have the following problem:

Code: Select all

SQLConnection -> SQLQuery

SQLQuery.SQL.Add(' UPDATE x SET datefield = to_date(''12.12.2004'', ''dd.mm.yyyy'')');
SQLQuery.ExecSQL();
raises an segmentation fault with versions 2.0 and 2.1, runs well under 1.92.

I use Suse Linux 8.0.

Please help!

Sincerely,

Andre' Brunner

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 05 Jan 2005 09:57

We cannot reproduce your problem on Kylix 3. Send us please small demo project to demonstrate the problem and include script to create server objects to DbxOda support address.

Post Reply