Search found 3 matches

by rkatze
09.06.2009, 14:27
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1 - 3 problems
Replies: 4
Views: 827

updated svn and now it all working.

Your help was very inportante for me.

thank you very much.
by rkatze
03.06.2009, 18:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1 - 3 problems
Replies: 4
Views: 827

procedure TForm1.FormCreate(Sender: TObject); begin ZConnection1.AutoCommit := true; ZConnection1.Connected := false; ZConnection1.Database := 'C:\DADOS\BDFRUTAS.GDB'; ZConnection1.DesignConnection := false; ZConnection1.HostName := 'localhost'; ZConnection1.LoginPrompt := false; ZConnection1.Passw...
by rkatze
29.05.2009, 20:44
Forum: ZeosLib 7.0 Beta Forum
Topic: Firebird 2.1 - 3 problems
Replies: 4
Views: 827

Firebird 2.1 - 3 problems

I'm using Zeos7 with Firebird 2.1 and found 3 problems! (*1)-There is no way to know if connected successfully, even without a server running it does not generate exception. (*2)-In INSERT with invalid data, not write, and does not generate exception. (*3)-There is a problem when used in the convers...