<rss version="2.0" xmlns:dn247="http://www.dotnet247.com/schemas/rss"><channel><title>.NET 247: ASPFriends.com 'ngfx-oracle' list</title><link>http://www.dotnet247.com/247reference/__site/506</link><description>ASPFriends.com 'ngfx-oracle' list on .NET 247.</description><generator>.NET 247/WinFX 247 RSS Generator</generator><dn247:id>506</dn247:id><item><title>Returning multiple results from Oracle (5 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136355.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136355.aspx</guid><pubDate>20 Aug 2002 03:44:46</pubDate><description>Moved from [aspngdata] to [ngfx oracle] by adam gibson elandes@partnersindiana.com Hello All, I'm trying to return multiple results from Oracle database. The code works fine with SQL server. But when I try it with Oracle it doesn't work. I tryed using OleDb version as well as .NET Oracle native driver from MS. Here is the code. Any help would be appriciated. Thanks, Srinivasa Sivakumar SQL Code: P...</description><dn247:id>136355</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Odp.NET / StringBuilder (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136354.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136354.aspx</guid><pubDate>20 Aug 2002 03:44:44</pubDate><description>Hi, in ODP for .Net manual, Release 2 (9.2.0.1) BETA, June 2002, Part# A5813 03, pages 6 7, example 6 A4 we read: StringBuilder sql new StringBuilder(); I can not find &amp;amp;quot;StringBuilder&amp;amp;quot;. What namespace do I need to used. I already do use Oracle.dataAccess.Client; regards Farzin </description><dn247:id>136354</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Odp.NET? (5 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136353.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136353.aspx</guid><pubDate>20 Aug 2002 03:44:43</pubDate><description>Moved from [aspngdata] to [ngfx oracle] by Swoop Doggy Dogg IronMan@aspelite.com Hi All, I am getting the following error when I try and use the Odp.NET driver in .NET. Has anyone else seen of fixed this problem? Line 47: { Line 48: OraConnection oConn new OraConnection ( dsn); Line 49: oConn.Open (); Line 50: OraDataReader reader null; Line 51: try Source File: c:\work\srds\maveric\com.srds.data\...</description><dn247:id>136353</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>getting MS oracle .NET client to work (5 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136352.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136352.aspx</guid><pubDate>20 Aug 2002 03:44:38</pubDate><description>I recently installed the MS Oracle Client. I have Oracle's NET8 (sqlnet) installed and working with other clients. When I attempt to use the Oracle client in asp.net page, error BC30466: Namespace or type 'OracleClient' for the Imports 'System.Data.OracleClient' cannot be found Code as follows: %@ Page Language &amp;amp;quot;VB&amp;amp;quot; % %@ Register TagPrefix &amp;amp;quot;wmx&amp;amp;quot; Namespace &amp;amp;quot;Microsoft.Saturn.Framework.Web.UI&amp;amp;quot; Assemb...</description><dn247:id>136352</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Connecting To Oracle Source (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136351.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136351.aspx</guid><pubDate>20 Aug 2002 03:44:37</pubDate><description>Moved from [aspngstart] to [ngfx oracle] by Let the good times roll bbilbro@hotmail.com Dear Friends I am trying to link my ASP.Net code with Oracle Database 9i. I have worked with Sql Server but it has some problem with Oracle. Plz send me the connection code or a sample so that i can solve the problem Thanks. Syed Nauman Aqeel ASP.Net Developer MagsNet </description><dn247:id>136351</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Oracle data caching problem (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/27/136356.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/27/136356.aspx</guid><pubDate>17 Aug 2002 00:57:00</pubDate><description>Moved from [aspngfreeforall] to [ngfx oracle] by Sheik Yerbouti peter@aspdll.com I am experiencing a very weird problem with Oracle 9i and ASP.NET (maybe the MS ODBC driver for Oracle that I am using). Basically any data that is updated, inserted, deleted, etc via my ASP.NET application appears to instantly fall through to the database, no problems. When I use a program like SQL*Plus or SQL Naviga...</description><dn247:id>136356</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Driver does not support in .Net (For oracle based report PDSORA7.dll ) (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/26/131302.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/26/131302.aspx</guid><pubDate>15 Jul 2002 15:12:00</pubDate><description>Copied from [ngfx crystal] to [ngfx oracle] by Tim Musschoot Tim.Musschoot@rug.ac.be Hi, We have old reports which is working fine when i execute report outside of ASP.net but when i ran same report in asp.net, it throws an error saying pdsora7.dll does not support for these version I also downloaded MS oledb for oracle but still it doesn't work Thanks for ur help Thanks Rashid Shaikh Off 201 872 ...</description><dn247:id>131302</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>NOCOUNT?!? (5 replies)</title><link>http://www.dotnet247.com/247reference/msgs/24/123535.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/24/123535.aspx</guid><pubDate>25 Jun 2002 20:01:00</pubDate><description>SQL Server has an option &amp;amp;quot;NOCOUNT&amp;amp;quot; that turns off the end results for queries on how many rows are returned. Does Oracle have this same option? It would add a lot of efficiency if the database doesn't have to count results as they are returned. Every little bit helps. :) Thanks Matt </description><dn247:id>123535</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>odp.net error!? (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/23/118445.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/23/118445.aspx</guid><pubDate>21 Jun 2002 20:52:16</pubDate><description>Hi Guys, I need some help. I have been in this list and perhaps for my early stage in .NET, I have not understood the hints an tips directed to my issue. My code is: %@ Import Namespace &amp;amp;quot;System.Data.OracleClient&amp;amp;quot; % script language &amp;amp;quot;VB&amp;amp;quot; runat &amp;amp;quot;server&amp;amp;quot; Debug &amp;amp;quot;true&amp;amp;quot; Sub Page Load(Sender As Object, E As EventArgs) Dim con As New OracleConnection(&amp;amp;quot;SERVER aspnet;USER ID system;PWD manager&amp;amp;quot;) Dim cmd As N...</description><dn247:id>118445</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Managed Provider for Oracle from Oracle aka odp.net (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/23/117913.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/23/117913.aspx</guid><pubDate>20 Jun 2002 20:00:00</pubDate><description>I just got an email from Oracle that the Managed provider for Oracle from Oracle (aka odp.net) is available for download. You can get a copy at http://otn.oracle.com/tech/windows/odpnet this is beta code. More info as I have a chance to dive into it. Now if I could just get something from IBM about DB/2, I would have all my bases covered. Wally</description><dn247:id>117913</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>help with ado.net and oracle functions (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/22/110492.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/22/110492.aspx</guid><pubDate>05 Jun 2002 12:56:36</pubDate><description>Moved from [aspngfreeforall] to [ngfx oracle] by Tim Musschoot Tim.Musschoot@rug.ac.be Hello I'm new to ado.net and I'm trying to call an oracle function. the function has an input parameter as an Integer and returns an integer. For some reasons, I cannot call the function properly. Any advice, web links, tutorial, specific to the Oracle function that you might know of and refer me to? I can do th...</description><dn247:id>110492</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>.NET Oracle Data Provider beta 1 (4 replies)</title><link>http://www.dotnet247.com/247reference/msgs/22/110491.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/22/110491.aspx</guid><pubDate>05 Jun 2002 12:56:36</pubDate><description>Ok ASPFRIENDS, I have downloaded and sucessfully installed The .NET Oracle Data Provider beta 1. I have tried to use the recommended Oracle Connection NameSpace, but It is not recognized! Here follows the code: %@ Import Namespace 3D&amp;amp;quot;System.Data.OracleClient&amp;amp;quot; % script language 3D&amp;amp;quot;VB&amp;amp;quot; runat 3D&amp;amp;quot;server&amp;amp;quot; Sub Page Load(Sender As Object, E As EventArgs) 20 Dim con As New OracleConnection(&amp;amp;quot;SERVER 3D;USER...</description><dn247:id>110491</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Oracle 9i OLEDB Conn in .Net (4 replies)</title><link>http://www.dotnet247.com/247reference/msgs/22/110489.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/22/110489.aspx</guid><pubDate>05 Jun 2002 12:56:35</pubDate><description>I have been unsuccessful at getting this connection to work: Any thoughts? Import Namespace &amp;amp;quot;System.Data.OleDb&amp;amp;quot; Sub Page Load Dim OleDbConnection As OleDb.OleDbConnection Dim sConnString As String &amp;amp;quot;Provider OraOLEDB.Oracle;&amp;amp;quot; &amp;amp;amp; &amp;amp;quot;Data Source localhost;&amp;amp;quot; &amp;amp;amp; &amp;amp;quot;User ID xxx;&amp;amp;quot; &amp;amp;amp; &amp;amp;quot;Password xxx;&amp;amp;quot; OleDbConnection New OleDb.OleDbConnection(sConnString) OleDbConnection.Open() End Sub The error I get is: C:\WIND...</description><dn247:id>110489</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Beginner question (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/22/110494.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/22/110494.aspx</guid><pubDate>31 May 2002 14:58:00</pubDate><description>Hi all, I've been working with ADO.Net and SQLServer for a long time and I wanted to try doing similar stuff with Oracle ..But I'm unable to establish a simple connection to my oracle backend ..can someone please give me some sample code of selecting data from an Oracle backend ... Also what Oracle components need to be setup on my machine ? Do I need to download some drivers .. I 'm currently run...</description><dn247:id>110494</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Problem with Oracle Data Provider (4 replies)</title><link>http://www.dotnet247.com/247reference/msgs/21/106627.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/21/106627.aspx</guid><pubDate>27 May 2002 14:45:11</pubDate><description>Hi There, I have installed .NET Oracle Data Provider beta 1 in a server with .NET framework and Oracle 8i. As I compile my ASPX file an error reports that it can not instantiate the OracleConnection Object. I have the Import namespace 3D&amp;amp;quot;System.Data.OracleClient&amp;amp;quot; before the line. I have already tried the full reference 20 Dim Con as System.Data.OracleClient.OracleConnection 20 and the error still ...</description><dn247:id>106627</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Oracle's updated clients (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/21/106626.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/21/106626.aspx</guid><pubDate>27 May 2002 14:45:10</pubDate><description>Moved from [aspngdata] to [ngfx oracle] by eric landes elandes@partnersindiana.com This is a multi part message in MIME format. NextPart 000 0032 01C20236.7DAC7960 Content Type: multipart/alternative; boundary &amp;amp;quot; NextPart 001 0033 01C20236.7DB10D40&amp;amp;quot; NextPart 001 0033 01C20236.7DB10D40 Content Type: text/plain; charset &amp;amp;quot;iso 8859 1&amp;amp;quot; Content Transfer Encoding: 7bit Oracle has just released some update...</description><dn247:id>106626</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Oracle Saving File to DB (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/20/101233.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/20/101233.aspx</guid><pubDate>16 May 2002 14:29:00</pubDate><description>Copied from [aspngdata] to [ngfx oracle] by Eric Landes elandes@partnersindiana.com Does anyone have any example code for saving a file to an Oracle db and Sending an Oracle field/file to the browser. I am uploading ok. I am saving the data in a LongRaw. Downloading I don't get anything back. No errors just an empty field </description><dn247:id>101233</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Problems with ADO.NET (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/96593.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/96593.aspx</guid><pubDate>07 May 2002 21:06:00</pubDate><description>Hi all, I'm translating an ASP application to ASP.NET. I got a problem with the following statement: cmd.Properties(&amp;amp;quot;SPPrmsLOB&amp;amp;quot;).Value True This property exists in ADO but doesn't in ADO.NET! I need this property to access blob fields in Oracle database. Any ideas? Thanks a lot. Wladimir.</description><dn247:id>96593</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Re-ordering in Oracle. (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/95456.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/95456.aspx</guid><pubDate>06 May 2002 11:36:22</pubDate><description>Hi, I need to have table in Oracle, say like below ProductNum Des 1 AAAAAA 2 BBBBBB 3 CCCCCC Now I wanted to insert a row so that the ProductNum will be 2 and Desc will be AABB. The original row with ProductNum 2, will become 3 and so on and so forth. ProductNum Des 1 AAAAAA 2 AABB 3 BBBBBB 4 CCCCCC 1] How can I do this in Oracle efficiently? 2] What is the best way to do the above with a DataSet ...</description><dn247:id>95456</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>connectivity using oracle (3 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/95458.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/95458.aspx</guid><pubDate>30 Apr 2002 03:39:00</pubDate><description>Moved from [winforms vb] to [ngfx oracle] by Charles M. Carroll charlesmarkcarroll@yahoo.com dear Friends can u send me the code for connection vb.net with oracle database. thanx Mihir Pathak Chat with friends online, try MSN Messenger: http://messenger.msn.com </description><dn247:id>95458</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Help : Session on Oracle Database (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/95457.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/95457.aspx</guid><pubDate>29 Apr 2002 06:10:00</pubDate><description>Dear all: I work with oracle database and asp.net. But when I use the oledbdataadapter to fill a dataset, asp.net will generate a session in Oracle, when I dispose the oledbdataadapter and the connection, the session still in Oracle. It will be auto released for a long time. How can I release the session after filling dataset right now ? Thanks Zhou Liang</description><dn247:id>95457</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Error trying to connect to Oracle server (2 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/95455.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/95455.aspx</guid><pubDate>25 Apr 2002 21:46:00</pubDate><description>Moved from [aspngcommunity] to [ngfx oracle] by Charles M. Carroll charlesmarkcarroll@yahoo.com Error Type: Microsoft OLE DB Provider for Oracle (0x80004005) Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components ...</description><dn247:id>95455</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>connecting to oracle database (4 replies)</title><link>http://www.dotnet247.com/247reference/msgs/19/95454.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/19/95454.aspx</guid><pubDate>25 Apr 2002 13:51:00</pubDate><description>Moved from [aspngcommunity] to [ngfx oracle] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am currently working on a project and am stuck in a very bad way. We need to connect to a remote oracle server on the same network we are running our asp.net apps from. I don't think the server we are storing our apps on has the proper .dll files to establish the connection and frankly I don't know if...</description><dn247:id>95454</dn247:id><dn247:siteId>506</dn247:siteId></item><item><title>Stored Procedures with Oracle &amp; .NET (2 replies, VIP)</title><link>http://www.dotnet247.com/247reference/msgs/16/84529.aspx</link><guid>http://www.dotnet247.com/247reference/msgs/16/84529.aspx</guid><pubDate>16 Apr 2002 20:24:15</pubDate><description>Moved from [aspngdata] to [ngfx oracle] by Yannick Smits dotnet@stepcompany.com I've seen examples in SQLServer to make a Stored Procedure return a set of data. Has anyone successfully done this with Oracle? To make it simple, let's say I have a table with UserID and UserName and I'd like to &amp;amp;quot;SELECT * FROM USERS&amp;amp;quot;. I would like a DataSet or something along those lines to be populated with the resul...</description><dn247:id>84529</dn247:id><dn247:siteId>506</dn247:siteId><dn247:highlight>True</dn247:highlight></item></channel></rss>