[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Can we Bypass Reference to Microsoft.Data.Odbc nameSpace

(viprash)

12/27/2002 1:38:00 PM

Hi All
I am a New User to .Net Framework

I downloaded the Odbc.Net Addon component and am able to access the
DataBases Properly. But I have to compile my code as follows

csc /t:exe /r:Microsoft.Data.Odbc.Dll MyFile.cs

Is There any way using which this reference need not be given (After
All I am using the System Namespace as well but i dont explicitly
Reference it. .Net Compiler knows where to find it)


Thanx
Viprash