Subject Re: [IBO] Basic IBO usage question
Author Paul Vinkenoog
Hi Peter,

BTW, I just noticed this:

>> Product_IB_Datasource.Insert;

I'd rather call Insert on the dataset itself:

Product_IB_Query.Insert;

(especially since you don't use the return value)


Greetings,
Paul