Browse by Tags

Related Posts

  • Re: Data provider for Oracle?

    This redirects me to Oracle Data Access Components, which I mentioned earlier. I have already installed this but stuck in executing the scripts which is the last part. When I execute the script one by one from Oracle XE interface, it ignores the statement where other script is referenced. How can I execute...
    Posted to Oracle (Forum) by thakkarnimesh on 01-15-2009, 12:00 AM
    Filed under: Oracle, .net
  • Learning from others

    I was not sure of where to post this. I am not sure of how appropriate the title is, but here goes: The main focus of my post is to get a broader idea of current technologies. Taking a peek at non-Microsoft Technologies, I played a bit with JDeveloper and ADF. I have to admit that I noticed features...
    Posted to Free For All (Forum) by Infinite_Recursion on 08-12-2008, 12:00 AM
    Filed under: MVC, OR Mapping, .NET, JDeveloper, Oracle, ASP.NET
  • Select statement for arabic data not working!!

    Hi, In my asp.net code, I am trying to retrieve some data from an oracle database using a select statement that includes an arabic string (see in green). The select statement is as follows: select * from T_GOG_PHONEBOOK where afl_name like '%عبدالله جابر%' and rownum < 50 For some reason,...
    Posted to Oracle (Forum) by cpcdafoor on 07-28-2008, 12:00 AM
    Filed under: Oracle, .net, c#, asp.net, how to convert a .net date to oracle date
  • 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
  • Re: Converting Now date to Oracle's whacky date

    Date .Now.ToString( "yyyy-MMM-dd" ) doesnt make sense but works. You can also try Date .Now.ToString( "dd-MMM-yyyy" ) universal function to convert any oracle date to .net date to_char(doe,'MM-DD-YYYY HH24:MI:SS')= '" & doe.ToString( "MM-dd-yyyy HH:mm:ss"...
    Posted to Oracle (Forum) by ratnamadhuri on 12-14-2007, 12:00 AM
    Filed under: Oracle, vb.net, .net, c#, conversion, convert now date to oracle date, date, function, time, how to convert a .net date to oracle date
  • Character mismatch exception while using "SQLDataSource" for "GridView" updating Oracle Data Base

    i creat connection easlly and fatch data from oracle and delete also easlly uisng "SQLDataSource" for "GridView" accessing Oracle Data Base but when i wish to do "UpDate" it give me the execption "System.Data.OracleClient.Oracle Exception:ORA-12704:Character Set MisMatch"...
    Posted to Oracle (Forum) by avais2006 on 06-23-2007, 12:00 AM
    Filed under: Oracle, OracleCommand, OracleCommand Error, SQLDataSource, .net, .net 2.0
  • How to write Commit trasction

    Note from moderator XIII : this message was moved from the Oracle forums : i have create Business logic layer i want to implement begin transaction commit transaction. if data is not properly updated -> Rollback trasaction thank you vijaya@jyothy.com
    Posted to Data Access and ObjectDataSource Control (Forum) by vijaya123 on 06-02-2007, 12:00 AM
    Filed under: Oracle, .net, .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
  • Re: ORA-12514

    check for this file C:\Oracle\product\10.1.0\Client_1\NETWORK\ADMIN\tnsnames.ora here u c # tnsnames.ora Network Configuration File: F:\oracle\product\10.2.0\client_2\network\admin\tnsnames.ora # Generated by Oracle configuration tools. POWER = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP...
    Posted to Oracle (Forum) by kdyande on 05-28-2007, 12:00 AM
    Filed under: Oracle, .net
  • Re: Inserting dropdown list numeric value to oracle database

    Wow! Excellent Thanks pixelsyndicate. thank you! pixelsyndicate: One suggestion: generate your SQL for the insert based on the value of the dropdownlist: protected void DropDownList1_SelectedIndexChanged( object sender, EventArgs e) { if (((DropDownList)sender).SelectedIndex > 0) { string sql = "insert...
    Posted to Oracle (Forum) by sthauttam on 04-19-2007, 12:00 AM
    Filed under: Oracle, .net, c#
Page 1 of 2 (14 items) 1 2 Next >