urgent: .NET Provider for Oracle or Oracle Data Provider for .NET
If I want to access Oracle DB in ASP.NET application, and I am using .NET Provider for Oracle or Oracle Data Provider for .NET, should I have to install OracleClient on my .NET server? Is there other choice? Thank you very much.Johnson
Johnson2007:should I have to install OracleClient on my .NET server? You have to options1. install the ODP.NET on your web serverOR2. put the oracle assemblies in your BIN directory
Hi jimmy,Thank you for you reply. Because I could not find a server right now, I should test it first before I agree or disagree with you, as most articles I...
Return an Oracle Ref Cursor to a .NET DataReader object by using the .NET Managed Provider for Oracle
Hello,
I am wondering if anyone in this community knows the shorter way to return an Oracle Ref Cursor to a .NET DataReader object by using the .NET Managed Provider for Oracle, something likereturn (IDataReader) SqlHelper.ExecuteReader(ConnectionString, "GET_ACCOUNT", Id);
instead of using the way below (look at the C# code)
Stored Procedure create or replace PROCEDURE "GET_ACCOUNT"
(
p_ID IN ACCOUNT.ID%type, retCursor OUT SA.MYGEN.sqlcur
)
IS
BEGIN
OPEN retCursor FOR
SELECT
ID,
NAME
FROM ACCOUNT
WHERE
ID = p_ID
;
...
which is shou i use? Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .NET
Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .NETI am confused?Which is better or which one should I use?BTW, I am going to use .net 2.0 with oracle 9. Can anyone tell me what shou I use for working with oracle database?Thanks very much in advance!Justin
Oracle's data provider has more functionality than Microsoft's.If your doing transaction processing you can have SAVEPOINTs, which Microsoft's data provider does not provide.Also, Oracle has PL/SQL Associative Arrays which are very powerful.Oracle also allows you to bind parameters by name and pos...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0 #2
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
There are too many differences for one email - - from 1.0 to 1.1 (not a whole lot of real change, other than fixes, at least compared to 1.1 to 2.0)
With 2.0, there were many new declarative controls, with many new ideas added in
With 3.0, it's a superset of 2.0 - instead of replacing the installation completely, it just 'added on' new functionality - I would...
.NET 2.0 Data Connection (.NET 2.0 Beta Data Provider)I have installed the .NET 2.0 Beta Data Provider, in the
server explorer in Visual Studio 2005 I have tried to
connect to this provider but I can not see it in the list.
Is there something else you need to do to see this other
than what is in the instructions or is this not supported
yet?
Hi Dean,
I assume you mean ASE ADO.NET 2.0 Beta.
I'm attaching the html readme for this product that you should have from
downloading it.
Are you talking about using Server Explorer to see the Provider? This
functionality
isn't working yet and should be available on GA or shortly ...
Oracle Data Providers and NET 2.0
I am trying to gather a list of possible .NET 2.0 Data PRoviders to access an Oracle database other than the Microsoft Oracle provider and ODP.NET. Anyone using any that they would recommend and are industrial strength?Thanks,Bill KBill KirkmanConcentra Preferred Systemsbkirkman@-nospam-concentra.com
Here is the link . http://www.datadirect.com/products/net/index.ssp
Actually I don't use this product but people said it's much faster than the microsoft and the oracle data provider.
...
Oracle Data Provider for .NET 2.0
Does anybody know where to find the Oracle Data Provider for ASP.NET 2.0 (if it exists)?Thanks
Hello,
You can use the SQLDataSource to connect to Oracle. SQL doesn't mean SQL Server, but rather a SQL database.Brian"Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).
T ry the link below I am not saying it includes the Asp.net 2.0 provider but this is a new tool from Oracle. Hope this helps.http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_dlg_i...
Choosing Oracle Client Version with Microsoft Managed Oracle Provider For .net
We need to change the Oracle Client that the System.Data.OracleClient uses to connect to our database on a server that has multiple versions of the Oracle Client. A different application on the server that we do not have control over is requiring the default ORACLE_HOME directory to remain an older Oracle 9i version of the client. Because of this, our applications using the Managed Oracle Provider for .net are using the 9i client to connect. We have a planned Oracle upgrade for our Database that will require us to use the new 10g version of the client that is also installed on the server, bu...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
Have a look into this links
http://en.wikipedia.org/wiki/.NET_Framework
http://blogs.msdn.com/mohammadakif/archive/2006/12/03/net-3-0-different-versions-of-the-net-framework.aspx
http://www.codeproject.com/aspnet/ComparisonASP1xASP20.aspAshok Rajawww.iGold.inDon't forget to click "Mark as Answer" on the post that helped you. This credits that m...
.NET Oracle Provider
Hi all,I am using .NET 2.0 Frameworks Oracle provider and it does not have a OracleDbTypes Type for me to use. I would like to create a parameter that is of the Oracle type NVARCHAR, but it seems I can only use DbTypes, which does not have this. If I used DbTypes.String, would this be ok, otherwise, how else can I be more specific about the Oracle Parameter data type?Thanks
can u explain which type of data u r going to storeThank uBaba Thank uBabaPlease remember to click "Mark as Answer" on this post if it helped you.
What's your version of ODP? You have OracleD...
Which .Net Provider for Oracle 9i Microsoft or Oracle
Can anyone provide me pros and cons of provider to access Oracle Database ? I am aware of Microsoft Provider and Oracle Provider.
Microsoft
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/manprooracperf.asp
Oracle
http://otn.oracle.com/software/tech/windows/odpnet/utilsoft.html
I guess you can use either. But as some post suggests, if both installed, then MS ODP will not work.
I've been using DataDirect Technologies Connect for .Net and Oracle. It's not free, so it depends on your budget.
The speed improvements were great for us, and it's ni...
.NET ASE Provider for .NET 2.0
Has Sybase released their .NET ASE Provider for .NET 2.0
yet?
Thanks,
Todd
> Has Sybase released their .NET ASE Provider for .NET 2.0
> yet?
>
> Thanks,
> Todd
Hye Todd,
Looks like sybase is not going to release .NET Provider for
.NET 2.0 Framework .
Please have a look at this link
http://www.sybase.com/detail?id=1038292
Sybase has released provider for .net framework 2.0 and
through which we connect to sybase 15.0 database.
I am not sure whether we will be able to connect to sybase
12.5.2 and utilize .net framework 2.0 features.
If you come acor...
.Net 2.0 Web application using Vb.net is unable to create object of another dll writen in C# .net 2.0
Hi,
I habe created one ASP.net web application using Vb.net which is adding reference of dlls written in C# and .net 2.0. But whenever trying to create object of referencing dll, it is throwing error :Object reference does not set to an object. But, locally it is working fine,. In the server i have deployed the .aspx files and dll files in the bin. There were already an web.config in the server which is of .net 1.1. But checked it is retrieving value for that web.config correctly.
Should i have to deply any other files and if not what can be the solution for this? Please help.
Thanks,
So...
Oracle store procedure problem using Powerbuilder and Oracle 8.0.4.0 NetPowerbuilder version 6.0.00 / 6.5 Build 444
Oracle Net 8.0.4.0
I found there is problem with Oracle store procedure having more than 6 in
parameters. I got GPF error on Window 95 and Dr. Watson error on NT.
Also, I found it works find in Oracle Net 8.0.3.0. Is this a bug? Is
there any new patch for this if it is a bug. Any recommendation about What
version Oracle Net or SQL Net should I used for Oracle server version
8.0.4.0 (I don't think I am using any Oracle 8 new features)?
Thanks in advance,
Sharon Li
If you use PB 6.5, you can try the new Oracle 8 driver:
ftp...