View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tyler Davey Tyler Davey is offline
external usenet poster
 
Posts: 1
Default How to use OLEDB and Reserved Chars

All,

I have used OLEDB to gather the data out of Excel using
simple queries such as select * from [Sheet1$]; However,
if my excel sheet has a name like "Test Sheet" or my
columns have titles like "Test.Column", it gets returned
to my dataset with a table name 'Test Sheet' (displaying
the single quotes) and a column name as Test#Column .

How can I fix this, or is there even a fix for it?

Thanks,

Tyler