I'm trying to figure out how to import files into Publisher for publishing. These files will contain formatted text and pictures. I've created some test rtf files and these import OK ... except for the pictures! Publisher's import options seem to be extremely limited. Is there any way to import...
This:
SELECT * FROM MSysObjects
WHERE Type In (1,4,6) AND Name Not Like 'MSys*'
gets me one row containing "251658241"
No, it isn't a linked table.
SELECT Type FROM MSysObjects WHERE [Name]="Products" gets me nothing (no rows in the result).
Any more suggestions? :)
Thanks
Thanks for your reply. Unfortunately I can't seem to get it to work! The result I get is three rows containing the following data:
MSysObjects
MSysACEs
MSysQueries
Here is my SQL statement:
SELECT [Name] FROM MSysObjects WHERE Type =1
which seems to be exactly as you suggested.
I also...
I am setting up a facility to extract data from Access into another database (4th Dimension) via ODBC. I need to be able to find out information about the database structure via SQL queries - the table and field names. But I've looked through the JetSql online docs and there does not appear to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.