G
Guest
I'm writing a dynamic tool to get structure of access databases.
I search the way to get the lit of tables.
I try from C# the request :
SELECT MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Type=1 AND
MSysObjects.Name NOT LIKE 'MSys*'
This works, only if the MSysObjects is set to "read ok" in the security
option.
Somebody know another way ?
Thanks
I search the way to get the lit of tables.
I try from C# the request :
SELECT MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Type=1 AND
MSysObjects.Name NOT LIKE 'MSys*'
This works, only if the MSysObjects is set to "read ok" in the security
option.
Somebody know another way ?
Thanks