LCConnect.Update

Hi all,

In my attemp to use the above statement, how can i choose which record in particular that i want to update.

Because each time i executed this statement, all records in the metatable will be updated.

Any suggestion?

Cheers,

John

Subject: LCConnect.Update

In your LCFieldList you need to specify the applicable LCField(s) that are keys by setting them with a value and applying the parameter LCFIELDF_KEY (or similar). Basically you are creating the WHERE clause. Google the ‘ibm lei redbook’ for great examples.