From: Mike S. <mik...@ex...> - 2004-03-11 13:04:51
|
Hi Carlos Long time no speak! I've been working on a different project which didn't require Firebird, but now we're back looking at Firebird again so you'll probably see more messages from me in the future :-) I don't know if you remember, but I was interested in getting a better ISQL script parser. I now see that you've implemented a parser class and I've been playing with FbBatchExecution. However, I get exceptions which complain that the command has no transaction set. Having looked at the code, I can see that you don't assign the sqlTransaction to the atomicCommand in the loop in Execute(). So the commands don't have the transaction assigned. Cheers, Mike Scott. |