Hi,
I use PowerCOBOL v10.
I did a project using ADO datasource control to connect to an MS SQL table that this empty table does not contain any record.
I will write the first record in the table
I use addnew method
INVOKE "Recordset" OF CmADODataSource1 "AddNew"
INVOKE tnum_func "UpdateRecord"
INVOKE tnome_func "UpdateRecord"
INVOKE "Recordset" OF CmADODataSource1 "Update"
but not recording the first record in the table
shows error message that recordset is empty
a friend can show how to record the first record in the table
thank you
Paulo
I use PowerCOBOL v10.
I did a project using ADO datasource control to connect to an MS SQL table that this empty table does not contain any record.
I will write the first record in the table
I use addnew method
INVOKE "Recordset" OF CmADODataSource1 "AddNew"
INVOKE tnum_func "UpdateRecord"
INVOKE tnome_func "UpdateRecord"
INVOKE "Recordset" OF CmADODataSource1 "Update"
but not recording the first record in the table
shows error message that recordset is empty
a friend can show how to record the first record in the table
thank you
Paulo