Without enabling the tables manually, I don’t think you'll be able to do it.

In Access...
Tools > Options > View tab Check 'Hidden objects' and 'System objects' boxes

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

 

 

-----Original Message-----
From: Steve Bryant [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 20, 2006 9:27 PM
To: CF-Talk
Subject: Re: MS Access metadata

That is the same solution that Mark Kruger covers in his blog. It is a good
solution, but unfortunately only works on CFMX 7 and I am hoping for a
solution that works on CFMX 6.1.

Thanks,

Steve

>       If you are using MX, you could do something like this:
> 
>       <cfquery name="getRecs" datasource="cfbookclub">
>       SELECT TOP 1 * FROM Authors
>       </cfquery>
> 
>       <cfset querymeta=getMetaData(getRecs)>
> 
>       <cfdump var="#querymeta#">
> 
>       This will give you an array of structures that contain all of the 
> field
>       names, case sensitivity and field type.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235874
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to