Search found 2 matches

by drakorg
25.08.2016, 23:10
Forum: ZeosLib 7.1 stable Forum
Topic: stable Berlin support
Replies: 3
Views: 2324

stable Berlin support

Hello. We are using zeosDBO7.1.4-stable with Delphi Seattle, and we are trying to move to Delphi Berlin, but by the time 7.1.4-stable came up, Berlin still hadn't. What's your recommended approach to moving to Berlin? Should I manually try to hack 7.1.4-stable into compiling under Berlin? Should I m...
by drakorg
16.09.2008, 01:55
Forum: PostgreSQL
Topic: BeginReq = False
Replies: 1
Views: 880

Hi, how can you change the default value for BeginReq?
Cause i want zeos to execute a 'BEGIN' when i do a startTransaction(), and for the moment I just go

myDbCon.DbcConnection.CreateStatement.ExecuteQuery('BEGIN TRANSACTION');

Thanks.