Question
CFQuery Excel Spreadsheet
I have an excel spreadsheet I have set up
an ODBC connection to for CF7.
I want to do a generic query of the data for
display....
in SQL I can do...
<cfquery..... >
select * from table
</cfquery>
How do I connect and read the data in Excel? cfquery?
Any help would be terrific....
DixieGal
an ODBC connection to for CF7.
I want to do a generic query of the data for
display....
in SQL I can do...
<cfquery..... >
select * from table
</cfquery>
How do I connect and read the data in Excel? cfquery?
Any help would be terrific....
DixieGal