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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.net DataAdapter.fill

Status
Not open for further replies.

nnco

Programmer
Jun 11, 2002
3
LB
Hy,

I am facing a problem with the statement:

MyDataAdapter.fill(myDataSet)

The error is the following:

Server Error in '/Trial Projects/Accounting' Application
Login failed for user 'Server\Aspnet'.


I am user of the connection and so on, I tried many ways, by writing the codes, by using the wizard, and I tried with SQL Database and with SQL Server Database, in all cases I am not beeing able to fill my DataAdapter.

Any idea of how can I solve my problem, I want to link text fields to a database in a web application, couldn't be done??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top