Posts by Ezequiel Menegás • 39 points
2 posts
- 
		0 votes1 answer91 viewsQ: problem when running select on more than one table in Delphi and Firebirdselect works on Firebird, but error -104 on Delphi IBQuery2.SQL.Add('select l.jb_cdempresa, l.jb_cdfilial, p.dtvencimento, l.jb_cdcontacredito, p.vlrpago,'); IBQuery2.SQL.Add('l.jb_cdcontacredito,… 
- 
		1 votes1 answer661 viewsQ: save in txt the result of the sql query in Firebird using DelphiI need to save the result of a query inside the txt file by separating by a delimiter, I am extremely new to Delphi and Firebird, so any help is welcome code below: procedure…