Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error with asp.net

New Here ,
Oct 01, 2006 Oct 01, 2006
Hello
I'm using ASP.NET to show the data in a DataGrid ( whish supposed to be simple). but i faced this error message:

System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: The DefaultView was requested but no tables yet exist.
at DreamweaverCtrls.DataSet.get_DefaultView()
--------------------------------------------------------------------------------
System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: The DefaultView was requested but no tables yet exist.
at DreamweaverCtrls.DataSet.get_DefaultView()

I'M Using SQL Server Database, thx alot guys
Feras,
TOPICS
Server side applications
508
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 01, 2006 Oct 01, 2006
Have you specified the correct username and password in the connection
string.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Feras_86" <webforumsuser@macromedia.com> wrote in message
news:efo3gq$eg7$1@forums.macromedia.com...
> Hello
> I'm using ASP.NET to show the data in a DataGrid ( whish supposed to be
> simple). but i faced this error message:
>
> System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
> at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
> at System.Data.OleDb.OleDbConnection.InitializeProvider()
> at System.Data.OleDb.OleDbConnection.Open()
> at DreamweaverCtrls.DataSet.DoInit()
>
> --------------------------------------------------------------------------------
> System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
> at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
> at System.Data.OleDb.OleDbConnection.InitializeProvider()
> at System.Data.OleDb.OleDbConnection.Open()
> at DreamweaverCtrls.DataSet.DoInit()
>
> --------------------------------------------------------------------------------
> System.Exception: The DefaultView was requested but no tables yet exist.
> at DreamweaverCtrls.DataSet.get_DefaultView()
>
> --------------------------------------------------------------------------------
> System.Data.OleDb.OleDbException: Login failed for user 'FERAS\ASPNET'.
> at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
> at System.Data.OleDb.OleDbConnection.InitializeProvider()
> at System.Data.OleDb.OleDbConnection.Open()
> at DreamweaverCtrls.DataSet.DoInit()
>
> --------------------------------------------------------------------------------
> System.Exception: The DefaultView was requested but no tables yet exist.
> at DreamweaverCtrls.DataSet.get_DefaultView()
>
> I'M Using SQL Server Database, thx alot guys
> Feras,
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 01, 2006 Oct 01, 2006
LATEST
i got it 🙂
Thx man
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines