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
Aamir Khan
NA
277
438.5k
Error in filiing DataSet
Mar 16 2012 6:12 AM
Hi Frnds,
I am trying to fill a DataSet using an ADODB.recordset:
OleDbDataAdapter oleda = null;
DataSet dsEncrypt = new DataSet();
oleda = new OleDbDataAdapter("Select * from " + ListTable[i] +"",oleConn);
oleda.Fill(dsEncrypt);
getting error while filling --->oleda.Fill(dsEncrypt);
This works fine in most part but on other occasions I get the error
below:
"The provider could not determine the Object value. For example, the
row was just created, the default for the Object column was not
available, and the consumer had not yet set a new Object value."
What does this error mean and are there any ways around it?
Help is appreciated,
Aamir
Reply
Answers (
3
)
Merge two Excecl file
How Can i Downloaded (Images, ppt, pfd ) in Asp.net