TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
stefan.lindborg
NA
1
0
Excel sheet to DataGrid (using ADO.NET)
May 24 2005 5:45 AM
Getting a named range in excel to a DataGrid is no problem but when I try to put a whole sheet into the grid nothing seems to work. I've tried "SELECT Sheet1.* FROM Sheet1", "SELECT * FROM Sheet1", "SELECT * FROM Sheet1$" etc etc I've used the Microsoft Jet 4.0 OLEDB Provider with Extended Properties set to HDR=Yes (tried No too) and IMEX=2 (and 1) Is a named range the only way to do this? (I don't want to use Interop)
Reply
Answers (
0
)
Add parameter value that contains a single quote (C#)
ODBC driver Question