Re: SQLCODE in Cobol
Posted: Mon Dec 06, 2021 12:42 am
Hi,
cQuery := "select name from customer" return an array with only "name" field
cQuery := "select * from customer" return an array with all fields
See here:
https://www.w3schools.com/mysql/default.asp
cQuery := "select name from customer" return an array with only "name" field
cQuery := "select * from customer" return an array with all fields
See here:
https://www.w3schools.com/mysql/default.asp