M
Michel S.
Hi !
Given a recordset build from an SQL query containing fields from many
tables.
Getting or setting the value of the resulting recordset fields is non
trivial because sometimes the field "name" property in in the form
"sourcetable.fieldname" and sometimes "fieldname" only.
With DAO, we can always resort to the SourceTable and SourceField
properties to positively identify a field, but as far a I know, there's
no equivalent of this in ADODB.
My questions :
1) Is it true that there's no equivalent of SourceTable / SourceField
properties in ADODB ?
2) Is there a way to get all field names of and SQL query to be
returned in a fully qualified "sourcetable.sourcefield" form - either
in DAO or in ADODB ?
Thanks !
Given a recordset build from an SQL query containing fields from many
tables.
Getting or setting the value of the resulting recordset fields is non
trivial because sometimes the field "name" property in in the form
"sourcetable.fieldname" and sometimes "fieldname" only.
With DAO, we can always resort to the SourceTable and SourceField
properties to positively identify a field, but as far a I know, there's
no equivalent of this in ADODB.
My questions :
1) Is it true that there's no equivalent of SourceTable / SourceField
properties in ADODB ?
2) Is there a way to get all field names of and SQL query to be
returned in a fully qualified "sourcetable.sourcefield" form - either
in DAO or in ADODB ?
Thanks !