Search found 2 matches

by borispr
25.01.2013, 08:41
Forum: 6.6 - stable
Topic: Delphi 10 TZQuery returns only one(first) field
Replies: 11
Views: 6436

borispr , What is type mvarchar()???? CREATE TYPE mvarchar; CREATE FUNCTION mvarchar_in(cstring) RETURNS mvarchar AS '$libdir/mchar', 'mvarchar_in' LANGUAGE c IMMUTABLE STRICT; CREATE FUNCTION mvarchar_out(mvarchar) RETURNS cstring AS '$libdir/mchar', 'mvarchar_out' LANGUAGE c IMMUTABLE STRICT; CRE...
by borispr
20.01.2013, 10:07
Forum: 6.6 - stable
Topic: Delphi 10 TZQuery returns only one(first) field
Replies: 11
Views: 6436

Got some time for experiments and installed postgresdac trial same computer, same Delphi, same Postgres, same database program code procedure TForm1.FormCreate(Sender: TObject); begin ZConnection1.Properties.Values['oidasblob'] := 'True'; ZConnection1.Connected := true; PSQLDatabase1.Connected := tr...