Open and Insert with OracleDataset

tommie

Member
Hallo,

I want to insert a record into a database using the oracledataset. Before I can insert one, i have to open the dataset. When i open te dataset a query is executed. This is loss of performance. I'm wondering if there is a way to insert a record using a dataset, without having the initial query at the open event executed?

Greets,
Tom
 
Originally posted by tommie:
Hallo,

I want to insert a record into a database using the oracledataset. Before I can insert one, i have to open the dataset. When i open te dataset a query is executed. This is loss of performance. I'm wondering if there is a way to insert a record using a dataset, without having the initial query at the open event executed?

Greets,
Tom
What for you need a dataset in this case?
Use TOracleQuery.
 
Originally posted by tommie:
Well, using a dataset i can also use my DBaware components. That isn't possible with TOracleQuery right?
How you plan to use DB-Aware components with closed dataset?
 
Back
Top