|
-
September 22nd, 2010, 04:28 AM
#1
Same table names within ADO.Recordset
Hello everyone.
First of all: Sorry for my English.
I'm deal with Access, ADO (msado2), Visual Basic 6.0. I've got joinin' one table to itself (like this tabTable INNER JOIN tabTable As tabTable1 ON tabTable.ptrParent = tabTable1.Key) in my query.
I want get recordset "schema" like this:
tabTable.Caption
tabTable.Description
tabTable1.Caption
tabTable1.Description
I'm facin' a problem: there's no a propperty within a ADO-recordset wich sais me Alias-table name. It's only BASETABLENAME exist.
Please help me to get the "schema" (c. above) programmatically.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|