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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by athom

  1. athom

    Default language

    Hi, How can I change the default language 'en_us.ISO8859-1' to 'ca_fr.ISO8859-1' for the OS. My apache server don't show the accents in webpages Thanks...
  2. athom

    How Check table exist ?

    thanks !
  3. athom

    How Check table exist ?

    hi, i want to check if a sequence exist, there is a PL/SQl instruction for that ?? Thanks and scuse my english.
  4. athom

    How getting a css class value for use in js ?

    var toto=document.style.maclass.value something like that ?? Thanks
  5. athom

    Copy a schema

    thanks a lot, i love oracle, all it's possible...
  6. athom

    Copy a schema

    Hy, Do you know how copy a user... Like COPY USER TO USER2 With his schema off course.. Thanks a lot Athom
  7. athom

    Execute procedure in other schema...

    thanks athom
  8. athom

    Ocx and connect problem...

    Hy, Do you know how i can have a ocx (Usercontrol) application in Internet (Browser) with an adodc connection on the server ! My app work nice but shearch the path off the .mdb on the client's computer... I would like ,it find the .mdb on the serveur.. Thanks for all idea,and scuse my bad...
  9. athom

    Execute procedure in other schema...

    User ABC execute a DEF.procedure DEF.procedure : SELECT * FROM document; User ABC need the "EXECUTE ON DEF.procedure" GRANT, that's ok. But is it possible that "document" in DEF.procedure refere at ABC.document, if it's him who execute the procedure and refere the...
  10. athom

    procedure privilege

    hy, i have an user "toto" and he compile a procedure with a "select" inside on a table "toto_tab" who is in his schema. i have an other user "toto2" and i would like toto2 can execute this procedure but for him the "select" on...
  11. athom

    IE AND GET OBJECT

    I am trying to use the GetObject Function instead of the CreateObject function because my application supports OLE. I can use the GetObject with Word and Excel because they are the only program that brings up .doc or .xls, but with IE and .html file can be brought up by several classes so I am...
  12. athom

    HOW TO CREATE A TEXTBOX IN DLL

    for properties use in a dde conversation ? (ex .LinkRequest) Thanks...
  13. athom

    how to use dde in dll ?

    The dde needs textbox or label, is it possible to use that control in a ddl file ?
  14. athom

    links Verificator

    I would like to verify automatiquely if my pages links are broken,it is possible to have a comeback of a "404 page no found" to my asp page ? Thanks
  15. athom

    Beeeeeeeeeep !

    Do you know,How to make a beep sound in javascript ? (no .wav, it must play with out HP) thanks...

Part and Inventory Search

Back
Top