Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Jaime Stuardo #1
Problem connecting to Oracle database
Hi all...
I have an ASP.NET application where I placed a DataSource control connected
to an Oracle 7.3.4 database using MSDAORA provider.
When I configured the connection string I chose Oracle Database as the data
source and .NET Framework Data Provider for OLEDB as the data provider.
In the connnection string configuration wizard, I can use a query to test
the results and also I could see the connection in Server Explorer tab. I can
see the database tables, views and stored procedures. All that means that I
have a good connection to Oracle.
On the other hand, I placed a Data Grid control in the page, configured to
use the data source control already created. The grid refreshes columns
according to the query I entered in the connection string wizard.
When I run the application, I get the error telling that Oracle client
components weren't found and that I must install Oracle client 7.3.3 or
above. I tried using Oracle provider in connection string but it produces the
same error but concerning Oracle 8 and above.
The fact is that I have Oracle 9i client installed in my machine. I can use
tools such TOAD to query the database, and even, as I told, when I configure
the connection string in Visual Studio I can use queries to see the results.
I use ASP.NET 2.0 and Visual Studio 2005.
Thanks a lot in advance
Jaime
What may be happening?
Thanks a lot in advance,
Jaime
Jaime Stuardo Guest
-
Connecting To The Database Problem
Hi neucomer, did you find a way to resolve it? -
Problem connecting to an access database from an asp
Stupid question: Does this page have a .asp extension? Ray at home "Kathryn" <andania1@hotmail.com> wrote in message... -
Connecting to Oracle 8.0.4 Database using 8.1.7 client
I am installing an SAP application server, and would like it to be as clean as possible. Is it possible to use Oracle 8.1.7 client software to... -
Connecting to Oracle 8.0.4 Database using 8.1.7 client software
I am installing an SAP application server, and would like it to be as clean as possible. Is it possible to use Oracle 8.1.7 client software to... -
HELP: Connecting IIS to an Oracle Database
Did you ever get this resolved? I am having the same problem... Windows 2000 Advanced Server. Oracle client 9.2 "Microsoft OLE DB Provider... -
Jaime Stuardo #2
RE: Problem connecting to Oracle database
I have solved it. It was finally a security problem for the Oracle home folder.
Thanks anyway
Jaime
"Jaime Stuardo" wrote:
> Hi all...
>
> I have an ASP.NET application where I placed a DataSource control connected
> to an Oracle 7.3.4 database using MSDAORA provider.
>
> When I configured the connection string I chose Oracle Database as the data
> source and .NET Framework Data Provider for OLEDB as the data provider.
>
> In the connnection string configuration wizard, I can use a query to test
> the results and also I could see the connection in Server Explorer tab. I can
> see the database tables, views and stored procedures. All that means that I
> have a good connection to Oracle.
>
> On the other hand, I placed a Data Grid control in the page, configured to
> use the data source control already created. The grid refreshes columns
> according to the query I entered in the connection string wizard.
>
> When I run the application, I get the error telling that Oracle client
> components weren't found and that I must install Oracle client 7.3.3 or
> above. I tried using Oracle provider in connection string but it produces the
> same error but concerning Oracle 8 and above.
>
> The fact is that I have Oracle 9i client installed in my machine. I can use
> tools such TOAD to query the database, and even, as I told, when I configure
> the connection string in Visual Studio I can use queries to see the results.
>
> I use ASP.NET 2.0 and Visual Studio 2005.
>
> Thanks a lot in advance
> Jaime
>
> What may be happening?
>
> Thanks a lot in advance,
> JaimeJaime Stuardo Guest



Reply With Quote

