Browse by Tags

Related Posts

  • regarding connection pooling in oracle for my .net application

    actually we are using microsoft entireprise library for connecting to sql server database which is giving good performance for my application.Here I had a problem for my new application where I am using Oracle database as back end.To increase the performance of my application which library I need to...
    Posted to Oracle (Forum) by shivarlakrishna on 05-12-2008, 12:00 AM
    Filed under: Oracle, oracle PL/SQL parameters excetion handling, OracleCommand, oracleconnection, VS.2005, .net 2.0, asp.net 2.0, c#, data access, web.config
  • Oracle 11G and IIS 7.0

    Hello .... I have an application server with Windows Server 2008, IIS 7 and Oracle Data Provider 11G. The website was set up. NET 2008 has made reference to the oracle, and to run from the application working properly executes the SQL without problem, but to make the creation of a website The IIS 7,...
    Posted to Oracle (Forum) by FuGoAlberto on 05-07-2008, 12:00 AM
    Filed under: odp.net, Oracle, oracleconnection, tns error ora-12154, asp.net, C# oracle DAL exception
  • Insert not inserting to Oracle db

    Hi, I am just trying to learn ASP.NET but have run into a problem when attempting to insert data into my database. I am using Oracle 10g Express Edition, Visual Studio 2005 and the code is in C#. Here is the code I am using to call the insert statement; string sql = "INSERT INTO offices (office_number...
    Posted to Oracle (Forum) by asp.newtome on 04-23-2008, 12:00 AM
    Filed under: Oracle, Oracle Package, oracle PL/SQL parameters, oracle procedure C#, Oracle Stored Procedures Package SqlDataSource Bind Parameters, OracleCommand, oracleconnection, sql query, VS.2005, asp.net, c#, ConnectionString, data access, insert multiple attachments into Oracle
  • Re: The database DLL 'crdb_oracle.dll' could not be loaded.

    I had the same issue when upgrading a project from Asp.net 1.1 to Asp.net 2.0 The report was built in crystal Reports XI however when I included it in my Asp.net 2.0 project I got this error. The solution for me was to reinstall crystal http://support.businessobjects.com/downloads/service_packs/crystal_reports_en...
    Posted to Oracle (Forum) by Kellem00 on 04-01-2008, 12:00 AM
    Filed under: Oracle, OracleCommand, oracleconnection, VS.2005, .net 2.0, asp.net, asp.net 2.0, 'crdb_oracle.dll' Crystal Reports
  • How to make a oracle package call and receive the return values as dataset

    Here is My Problem, I have a complicated login porcess, there are two seperate databases involve in it. Firstly, I will search the userid in the local sql server 2005 database, if not found I will call an oracle package which is being develop by a third party(none comercial) and that package will verify...
    Posted to Oracle (Forum) by kabir.khan.net on 02-12-2008, 12:00 AM
    Filed under: Oracle, Oracle Package, OracleCommand Error, oracleconnection, .net, .net 2.0, asp.net 2.0
  • Setting a variable package on logon

    Hello All, I have this problem: I have many tables that have a field to identify users data ("ME" field) and for each table there is a view that filter the data for that user (user logged on). Here's an example of a table with it's view: CREATE TABLE esquema_me ( codigo VARCHAR2 ( 3...
    Posted to Oracle (Forum) by jflopezv on 09-06-2007, 12:00 AM
    Filed under: Oracle, oracleconnection, Stored Proceedures, VS.2005, asp.net 2.0, dataset
  • "Specified slot number was invalid" when open OracleConnection

    Hi All, OracleConnection ocon = new OracleConnection (ConnectionString); ocon.Open(); I got the error message: System.ArgumentException: Specified slot number was invalid.\r\n at System.LocalDataStoreMgr.ValidateSlot(LocalDataStoreSlot slot)\r\n at System.Threading.Thread.GetData(LocalDataStoreSlot slot...
    Posted to Oracle (Forum) by lectrung on 06-07-2007, 12:00 AM
    Filed under: Oracle, oracleconnection, .net 2.0, c#
  • Problem with OracleConnection

    Hi I try to conenct to Oracle from aspx page I'm ussing: <% @ Import Namespace ="System.Data.OracleClient" %> and dim objConn As New OracleConnection( "Data Source=hdb;User ID=xxx;Password=xxx" ) and getting error BC30002: Type 'OracleConnection' is not defined....
    Posted to Oracle (Forum) by bij004 on 05-28-2007, 12:00 AM
    Filed under: Oracle, oracleconnection, .net
  • Going from SQLServer to Oracle - What do I need to do?

    I currently have an application that uses an SQLServer database. It has been decided that an Oracle database will be used in the production version. I need to update my application so that the connections point to an Oracle database. I have never used Oracle before. A DBA will be creating the database...
    Posted to Oracle (Forum) by KJAK on 05-21-2007, 12:00 AM
    Filed under: Oracle, Oracle XMLElement, OracleCommand, OracleCommand Error, oracleconnection, oraclereader
  • Re: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

    System.Exception: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. at System.Data.OracleClient.OCI.DetermineClientVersio n() at System.Data.OracleClient.OracleInternalConnection. OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity...
    Posted to Oracle (Forum) by Basaveswari on 04-18-2007, 12:00 AM
    Filed under: Oracle, oracleconnection, SQLDataSource, VS.2005, .net 2.0, c#, Web Services
Page 1 of 2 (16 items) 1 2 Next >