Question:
|
I've written a database generation script in SQL and want to execute it in my Adobe AIR application:
I execute this in Adobe AIR using the following methods:
No errors are generated, however only tRole exists. It
seems that it only looks at the first query (up to the semicolon- if I
remove it, the query fails). Is there a way to call multiple queries in
one statement?Answer:
I wound up using this. It is a kind of a hack, but it actually works
pretty well. The only thing is you have to be very careful with your
semicolons. : D
|
No comments:
Post a Comment