| Oracle data caching problem (3 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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... |
|
| Connecting To Oracle Source (3 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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 |
|
| getting MS oracle .NET client to work (5 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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 "VB" % %@ Register TagPrefix "wmx" Namespace "Microsoft.Saturn.Framework.Web.UI" Assemb... |
|
| Odp.NET? (5 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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\... |
|
| Odp.NET / StringBuilder (3 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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 "StringBuilder". What namespace do I need to used. I already do use Oracle.dataAccess.Client; regards Farzin |
|
| Returning multiple results from Oracle (5 replies) |
| ASPFriends.com 'ngfx-oracle' list |
| 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... |
|