Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: MDAC conflict/problem


Message #1 by "Stig Skovlind" <skovlind@m...> on Thu, 26 Sep 2002 22:08:33 +0200
Does anyone recognize this error-msg?

I fear it has to do with a MDAC version conflict - or an installation failure? (How do you reinstall a MDAC version?)

It appears whenever I try to update/delete or insert data into databases on my local invironment (IIS under WinXP-Pro)

Please take a look:

System.Data.OleDb.OleDbException: Could not delete from specified tables. 
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) 
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) 
at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) 
at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) 
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) 
at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() 
at DreamweaverCtrls.DataSet.DoInit()



Best regards to all beginners and everybody else receiving my question!


Stig Skovlind - Denmark

Message #2 by "Jason Pluis" <jason.pluis@a...> on Fri, 27 Sep 2002 00:15:50
I don't understand the error-message, but are you using MDAC 2.7?
Message #3 by "Stig Skovlind" <skovlind@m...> on Fri, 27 Sep 2002 08:58:55 +0200
Yep - thanks (MDAC 2.7 RTM (2.70.9001.0) refresh )

Stig Skovlind


----- Original Message -----
From: "Jason Pluis" <jason.pluis@a...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Friday, September 27, 2002 12:15 AM
Subject: [aspx_beginners] Re: MDAC conflict/problem


> I don't understand the error-message, but are you using MDAC 2.7?
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
>
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
>
> These books look at how we can create data-centric ASP.NET
> applications. Requiring some basic knowledge of ASP.NET,
> Access and SQL the authors guide you through the process
> of connecting and consuming information in a variety of
> ways. They are packed full of excellent illustrative code
> examples, demonstrating important fundamental principles.
>


  Return to Index