I'm converting a 4GL program to VB and have a line of code as follows:
let fjeb.extbat = sqlca.sqlerrd[2]
The extbat field is a serial field and I believe this code returns what the new number is (after being inserted with a value of zero).
My question is how do I get to this in VB??
Please forgive me if this seems the wrong forum, but I wasn't sure whether to post it here or in the VB forum - so I've put it in both!!
Regards
Clegg
let fjeb.extbat = sqlca.sqlerrd[2]
The extbat field is a serial field and I believe this code returns what the new number is (after being inserted with a value of zero).
My question is how do I get to this in VB??
Please forgive me if this seems the wrong forum, but I wasn't sure whether to post it here or in the VB forum - so I've put it in both!!
Regards
Clegg