Well, DBExpress is the "de facto" standard for Delphi apps since D6. IMHO sqldb should have used its architecture as inspiration.
2010/11/25 <[email protected]> > > > On Thu, 25 Nov 2010, Alexsander Rosa wrote: > > I've ported my OPF from DBExpress to Zeos IFDEF'ing less than 10 lines. As >> DBExpress, Zeos supports a single transaction per connection. My OPF uses >> a >> single connection with 3 TSQLQuery/TZQuery for different purposes. It's >> very >> rare to have the actual need of more than one transaction per connection >> -- >> in these cases, it's simpler to create another connection. >> > > The idea for SQLDB's architecture comes from IBX, not DBExpress. This > explains the difference and your 'difficulties'. > > Michael. > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- Atenciosamente, Alexsander da Rosa Linux User #113925 "Extremismo na defesa da liberdade não é defeito. Moderação na busca por justiça não é virtude." -- Barry Goldwater
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
