zzfive03
Programmer
- Jun 11, 2001
- 267
I have this query:
SELECT *
FROM OpenDataSource( 'Microsoft.Jet.OLEDB.4.0',
'Data Source="c:\Sample.xls";
Extended properties=Excel 8.0')...aco$
It spits everthhing out just fine, EXCEPT.. it has NULL for all numbers and dates (Any non alpha character), is there anythign i can do to my query to give me everything "as text"???
Thank you
SELECT *
FROM OpenDataSource( 'Microsoft.Jet.OLEDB.4.0',
'Data Source="c:\Sample.xls";
Extended properties=Excel 8.0')...aco$
It spits everthhing out just fine, EXCEPT.. it has NULL for all numbers and dates (Any non alpha character), is there anythign i can do to my query to give me everything "as text"???
Thank you