Closed flibustenet closed 6 years ago
I'm not sure but could you please try this?
SELECT MSysObjects.Type, MSysObjects.Name, MSysObjects.Flags
FROM MSysObjects
where MSysObjects.Flags=0 AND Type=1
ORDER BY MSysObjects.Type, MSysObjects.Name;
It said insufficient permissions, it's why i think i need to use ado directly
Will look at ado documentation directly
Hi,
I'm looking for a way to extract tables and fields of a MSAccess database without making query. I wonder if go-adodb can help me for that or if i should look at go-ole ? (i'm not very confortable with windows api) Maybe there is an example for this ?
Thanks