Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET 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 October 31st, 2003, 01:08 PM
Authorized User
 
Join Date: Oct 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default Reference in notepad????

Iim programming in notepad, because i don´t have the VS.Net IDE, i jut downloaded the framework.net, and then how i need make an example with OBDC.net, in the axample, is asked to make a reference to add a reference to the OBDC.dll, but this by Project menu of the VS.Net IDE, but i don't have this IDE, so how can i add a reference to a DLL id i using the notepad as editor for my C# programs????
 
Old October 31st, 2003, 01:22 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

when you compile the project with the command line .net compiler, you can specify your references. You don't reference external assemblies in code.

Peter
 
Old October 31st, 2003, 06:54 PM
Authorized User
 
Join Date: Oct 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

oohh thanX

i compiled lie this:


csc /nologo /out:ClasePrueba.exe /r:Microsoft.Data.Odbc.dll ClasePrueba.cs






Similar Threads
Thread Thread Starter Forum Replies Last Post
NetBeans? Eclipse? Notepad? elAmericano BOOK: Beginning Java 2, JDK 5 Edition 5 October 25th, 2010 11:52 AM
Encryption Notepad, need some help! Groogy Visual C++ 2005 0 March 23rd, 2007 12:31 PM
What to use for a home made notepad Apocolypse2005 Beginning VB 6 9 June 30th, 2006 11:01 AM
Notepad or VS,Net Oh_Help VS.NET 2002/2003 2 February 11th, 2004 01:59 AM
Newline in notepad, HOW.....???? veskoula XSLT 3 October 29th, 2003 10:49 AM





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