Subject | Re: [IBO] Does IBObjects allow DataSet Input? |
---|---|
Author | Jason Wharton |
Post date | 2003-09-25T21:44:27Z |
I recommend you create a stored procedure with input parameters. Pass in all
the information and other bits of info and then decide what to do with the
information inside of your stored procedure. Then, for each item of input
you just assign to the input parameters of the stored procedure and execute
it.
Inside of the stored procedure you can decide whether to insert, update or
ignore the data.
HTH,
Jason
the information and other bits of info and then decide what to do with the
information inside of your stored procedure. Then, for each item of input
you just assign to the input parameters of the stored procedure and execute
it.
Inside of the stored procedure you can decide whether to insert, update or
ignore the data.
HTH,
Jason
----- Original Message -----
From: "Robert Gilland" <robert_gilland@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, September 24, 2003 5:28 PM
Subject: [IBO] Does IBObjects allow DataSet Input?
> ie. Dataset -> Interbase Table
>
> Dataset needs to be either by column index or by column name.
>
> My dataset comes from a TQuery result on a paradox database.
>
> I want to be able to INSERT/UPDATE the Interbase table.
>
> Is there a component in IBObjects that does this?
>
> Regards,
>
> Robert.