sql - Error while reading ms-excel file in coldfusion -


i executing sql read data ms-excel in coldfusion. sql is:

select *  "excel 8.0; database=c:\coldfusion8\wwwroot\myfiles\saletemplate.xls; hdr=yes".[template$] title not null , title<>'' 

but getting error:

"excel 8.0; database=c:\coldfusion8\wwwroot\myfiles\saletemplate.xls; hdr=yes"' not valid name. make sure not include invalid characters or punctuation , not long.

how solve error?

the query use excel data through access datasource formatted this:

select * [template$] in 'c:\coldfusion8\wwwroot\myfiles\saletemplate.xls' 'excel 8.0;' 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -