Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > BOOK: Beginning Visual C#
|
BOOK: Beginning Visual C#
This is the forum to discuss the Wrox book Beginning Visual C#, Revised Edition of Beginning C# for .NET v1.0 by Karli Watson, David Espinosa, Zach Greenvoss, Jacob Hammer Pedersen, Christian Nagel, Jon D. Reid, Matthew Reynolds, Morgan Skinner, Eric White; ISBN: 9780764543821
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Visual C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 1st, 2004, 12:20 AM
Authorized User
 
Join Date: Jun 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default how can i import oracleclient package to my consol

hello
i am a beginning c# reader,and now studying the ado.net,my application connect to oracle database that is installed on my computer,in the FORM application of the chapter18,i can find several oracleClient objects in the tool box,i can drag them to my app and use them,but
when i proceed to chapter19,after the CONSOLE application is create,i can't find these oracle objects in the tool box,even the data object,and in my code editer,the namespace "System.Data.OracleClient" can't be imported. then,i try to "add referrence",they can't be found in the referance list also.why?how can i refer the oracleClient in the console application?


 
Old June 1st, 2004, 12:05 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

You reference at the top of the module, class, or window in code:

using System.Data.OracleClient;

This will allow you to use the OracleClient objects in your application.

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
package and import problem Prince Java Basics 0 May 29th, 2006 06:49 AM
aspx.vb import system.data.oracleclient nutrino ASP.NET 2.0 Basics 1 May 5th, 2006 07:56 AM
Import Data from a form to a word package aysha Access 0 April 4th, 2005 09:23 AM
CH7 - import package kizmit JSP Basics 4 June 16th, 2004 08:00 AM
Problem with MMC consol mariakovacs Classic ASP Professional 0 October 16th, 2003 08:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.