Dear All
I am facing a problem in Database Connectivity in ASP.NET.I am using CSharp as the Language on .net framework.
I am using a dll file ie.System.Data.Odbc.dll.I am inheriting this dll file in my program in the following way:
<%@Page Language="C#" Inherits="System.Data.Odbc"%>.I have created my own folder.In this folder I have created a bin folder in which I am putting this dll file.
I am using the following connection string in my program:
string connection = "Provider=MSDAORA;FileDSN=neelam;UID=neelam;PWD=neelam;SID=astroid";
When I run this program I get an error message saying "System.Data.Odbc" not found.
Please help me with this problem
Neelam
-
ASP.NET (3 messages)
- Posted by: Sanjay Rao
- Posted on: August 30 2001 06:40 EDT
Threaded Messages (3)
- ASP.NET by Thorsten Klusemann on August 30 2001 13:18 EDT
- ASP.NET by Race Condition on August 30 2001 17:22 EDT
- ASP.NET by Race Condition on August 30 2001 17:23 EDT
-
ASP.NET[ Go to top ]
- Posted by: Thorsten Klusemann
- Posted on: August 30 2001 13:18 EDT
- in response to Sanjay Rao
I have a solution for you: Do not use Microsofts proprietary ASP.NET technology.
Use J2EE and you won't experience such problems... -
ASP.NET[ Go to top ]
- Posted by: Race Condition
- Posted on: August 30 2001 17:22 EDT
- in response to Thorsten Klusemann
Good answer. -
ASP.NET[ Go to top ]
- Posted by: Race Condition
- Posted on: August 30 2001 17:23 EDT
- in response to Sanjay Rao
Sanjay,
This is a Java site. Microsoft.ASP.NET.C# does not mix.
How about www.microsoft.com?