>> I have installed Zeos 5. > > I'll see if I can install Zeos and complete it's AfterExecSQL() > implementation. > > >> I wonder if Zeos can exceute INSERT followed by SELECT in one go? > > I have never seen any DB component allowing that. One statement doesn't > return data, and the next statement does return data. The only component I > can think of that comes close is the TSQLScript component which allows > multiple SQL statements, but still in doesn't return any datasets.
Are you thinking of executing the SELECT LAST_INSERT_ID() as NewID in the AfterExecSQL()? ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ tiOPF-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tiopf-talk
