All,
I have written an access VBA program using ADOX which creates linked
tables for every table seen in the SQL Database. We are using ADOX
partially because it excludes the owner name and we avoid the default
dbo_Tablename naming. Now I have a need to aquire the owner. Does
anyone know a way of aquiring the owner (or schema) of a linked sql
table?