Subject Any equivalent to TSQLConnection.Execute in IBO?
Author masonwheeler
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?