Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kaveri00
  • Order by date
  1. kaveri00

    Help! How to connect to Oracle 8 using php

    try this. $conn = Ora_Logon("user@TNSNAME", "pass"); ora_open ($conn)
  2. kaveri00

    Search in a string

    hi, u can split the above string using split function and u can check the values..
  3. kaveri00

    Passing variable from first page to page 2, 3, 4 etc...

    in every page withing form tag, input=Request.Querystring(&quot;input&quot;) <form method=post action=xx.asp> <input type=hidden value=&quot;<%=input%>&quot;> </form>
  4. kaveri00

    Passing variable from first page to page 2, 3, 4 etc...

    u need to pass that input to each page..if u want that variable in page6 u need to pass that variable till page 6 continuosly like to page2,page3,page4 etc...
  5. kaveri00

    ***Urgent Help Requested***

    TRy with this code set con=server.createobject(&quot;adodb.connection&quot;) con.open (&quot;FILEDSN=C:\Program Files\Common Files\ODBC\Data Sources\tool1.DSN&quot;)
  6. kaveri00

    export data from an ADO recordset into an excel file

    For the above coding do u need to install anything?becas Oject required error is coming.

Part and Inventory Search

Back
Top