Search found 3 matches

by tocibacsi
11.09.2013, 13:07
Forum: Oracle
Topic: Connecting as SYSDBA
Replies: 0
Views: 3357

Connecting as SYSDBA

Hi All, I try to connect to a remote Oracle 11.2g XE server as SYSDBA using Delphi 7 and ZeosLib 7.1.0-beta. Is there a way to do it without the following: In the file ZPlainOracleConstants.pas at line 439 the constant OCI_SYSDBA is defined, but when starting the session (ZDbcOracle.pas, line 378) t...
by tocibacsi
06.09.2013, 09:01
Forum: PostgreSQL
Topic: All fields read only: TZQuery, TDataSet, TDBEdit
Replies: 2
Views: 3009

Re: All fields read only: TZQuery, TDataSet, TDBEdit

thanks Jan, I will try this!
by tocibacsi
03.09.2013, 08:16
Forum: PostgreSQL
Topic: All fields read only: TZQuery, TDataSet, TDBEdit
Replies: 2
Views: 3009

All fields read only: TZQuery, TDataSet, TDBEdit

Hi All, I'm new to ZeosLib. Some weeks ago I decided using PostgreSQL 'cause we had very bad support experience using Oracle XE versions. Zeos was the only freeware supporting our old project written in Delphi 7(...don't ask...) First of all, to preserve backward compatibility I have replaced NOCI w...