Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: System.Data.dll missing ADO and SQL namespaces


Message #1 by visual_ben@h... on Thu, 2 Aug 2001 07:08:05
thankyou sooo much

ben


>From: "Doug Seven" <doug.seven@d...>
>Reply-To: "ASPX_Professional" <aspx_professional@p...>
>To: "ASPX_Professional" <aspx_professional@p...>
>Subject: [aspx_professional] RE: System.Data.dll missing ADO and SQL 
>namespaces
>Date: Thu, 2 Aug 2001 02:58:02 -0500
>
>System.Data.SQL and System.Data.ADO are Beta 1 Namespaces.  They were
>changed in Beta 2 to System.Data.SqlClient and System.Data.OleDb.
>
>Check out these articles for more:
>Coping with a New Beta - DataSetCommand to DataAdapter
>http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=83
>
>Coping with a New Beta - Connecting to Databases
>http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=81
>
>______________________________________________
>doug.seven | sr. junkie | www.dotnetjunkies.com
>
>
>
>-----Original Message-----
>From: visual_ben@h... [mailto:visual_ben@h...]
>Sent: Thursday, August 02, 2001 7:08 AM
>To: ASPX_Professional
>Subject: [aspx_professional] System.Data.dll missing ADO and SQL
>namespaces
>
>
>I have installed beta 2 sdk and mdac 7 however when i try to use the
>System.Data namespaces i can only use the following
>
>System.Data.Common
>System.Data.OleDb
>System.Data.SqlClient
>System.Data.SqlTypes
>
>if i try to use
>
>System.Data.ADO or System.Data.SQL
>
>i get the following error
>
>Compiler Error Message: CS0234: The type or namespace name 'ADO' does not
>exist in the class or namespace 'System.Data' (are you missing an assembly
>reference?)
>
>please please help me
>
>ben

  Return to Index