Hi All, I am writing some code that generates sql statements that I am then adding to the ibsql component in order to run the sql statement and update my database.
My problem is that ibsql component does not seem to like the fact that there are numerous sql statements and not just one. When I write the sql statements to a memo component and then cut and past it directly to the database and run it there, the code works perfectly.. Any ideas? TIA Wayne