Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My dataAdapter.fill(dataset) command isn't working for my web applicat

Status
Not open for further replies.

Cenedra

Programmer
Jan 2, 2003
114
US
Can anyone point me in the right direction so I can fix this problem?

Thanks!
Therese
 
Check in your property window:
Data->DataSetName: YourDataSet
and
Design->(Name):YourDataSet

You must to eneter the same names, or here could be a mistake.

Best regards,
Alexander
 
I'm sorry I forgot to post the important part...

The fill isn't working after I upgraded from VS .Net 2002 to 2003. It was all functional before the upgrade.

I apologize for omitting that *KEY* fact.

 
Put here the part of your code that allows to use Fill() method and we will try to find out the problem but for instance I suspect the error is not due to the Fill() method.
-obislavu-
 
myDataAdapter.Fill(ds);

I doubt it is the code because it works in VS .Net 2002 - The error I get is that I don't have permissions to issue the EXECUTE on the SQL Server since I upgraded to 2003.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top