Re: Problems with DataSets!
Posted by: Wayne Gibson
Date: December 12, 2004 09:32AM

Well found out what I was doing wrong...

It turns out that:

DataAdapter.Fill(UserInfo);

Doesn't work with the Gamma connector, you must specify the table as well, even if there is only one table within the dataset..

So:

DataAdapter.Fill(UserInfo.user);

Solved the problem...

Hope this helps somebody else in the furture...

Wayne

Options: ReplyQuote


Subject
Written By
Posted
December 05, 2004 07:31AM
December 07, 2004 01:42PM
Re: Problems with DataSets!
December 12, 2004 09:32AM
December 21, 2004 11:29AM
January 11, 2005 03:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.