Subject | Any equivalent to TSQLConnection.Execute in IBO? |
---|---|
Author | masonwheeler |
Post date | 2012-09-12T16:26:16Z |
I'm trying to migrate some DBX-based code to IBO, and my code makes heavy use of the TSQLConnection.Execute method for simple queries. I don't immediately see anything comparable on TIB_Connection, but there's a lot of stuff there.
Is there any simple way to take a SQL string, a param list, and a TIB_Connection object and get a new dataset back containing the query result, without having to create the dataset and set it up manually?
Is there any simple way to take a SQL string, a param list, and a TIB_Connection object and get a new dataset back containing the query result, without having to create the dataset and set it up manually?