Subject | RE: [IBO] IBO Guide - Using Params |
---|---|
Author | Dion Oliphant |
Post date | 2001-01-09T10:24:08Z |
Using the IBO guide I can't figure out if I can use a TIB_Query to hold a
set of data and when I need to explicitly update a record(Searched - ie not
necessarily the current record) can I just pass it the update
params??????????(From the EditSQL) I don't want to reposition the cursor in
this case
Cheers,
Dion
-----Original Message-----
From: Jason Wharton [mailto:jwharton@...]
Sent: 09 January 2001 12:11
To: IBObjects@egroups.com
Subject: Re: [IBO] Using Params
Prepare prior to this. Calling ParamByName automatically prepares the
dataset for you.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
set of data and when I need to explicitly update a record(Searched - ie not
necessarily the current record) can I just pass it the update
params??????????(From the EditSQL) I don't want to reposition the cursor in
this case
Cheers,
Dion
-----Original Message-----
From: Jason Wharton [mailto:jwharton@...]
Sent: 09 January 2001 12:11
To: IBObjects@egroups.com
Subject: Re: [IBO] Using Params
> I keep getting an access error with the code below. I want to passto
> parameters in order to update a table. I have assigned the following SQL
> EditSQL for qryGrades. I think my problem is a BDE mentality!?If you are accessing Params[n] by number then you need to explicitely call
>
> Help will be greatyly appreciated.
Prepare prior to this. Calling ParamByName automatically prepares the
dataset for you.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com