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
Post a Comment