Browse by Tags

Related Posts

  • 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
  • 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
  • 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#
  • 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#
  • Re: Connection with oracle9i

    Hey buddy! The above link given by praveen is indeed very informative. As an addon to the explanation you can find a crisp example here:- 1 string ConnString = "data source=dsn1;user id=user1;password=pwd1;" ; 2 OracleConnection NewConn = new OracleConnection(ConnString); 3 string sql= "SELECT * FROM...
    Posted to Oracle (Forum) by veeaar on 03-29-2007, 12:00 AM
    Filed under: Oracle, oracleconnection, oraclereader, .net, c#, datagrid, example
  • Re: error: 26 - Error Locating Server/Instance Specified

    Here is the resolution to error 26. Check this video to configure your error. It was a real headache for me for a long time. But this worked. http://techpint.com/programming/error-26-%E2%80%93-error-locating-serverinstance-specified-sql-server
    Posted to Tips & Tricks (Forum) by shantanu.gupta on 12-13-2009, 12:00 AM
    Filed under: SQL, Database, c#, .net, sql server, objectDataSource, asp net 3.5, SQL Server 2008, Oracle, MSSQL, MySQL
  • Re: OracleTable to C# Class

    i have developed this tool myself! thanks for no help.
    Posted to Oracle (Forum) by opethema on 06-13-2007, 12:00 AM
    Filed under: Oracle, OracleCommand, oracleconnection, .net, .net 2.0, c#
  • Help me pls. i wan't code startup and shutdown oracle database with vb.net.

    Help me pls. i wan't code startup and shutdown oracle database with vb.net.
    Posted to Oracle (Forum) by pinkbuff on 05-31-2007, 12:00 AM
    Filed under: Oracle, Oracle XMLElement, OracleCommand, OracleCommand Error, oracleconnection, oraclereader, VS.2005, .net, .net 2.0, c#
Page 1 of 1 (8 items)