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 TouchToneTommy 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 battaman

  1. battaman

    SMTP Server Connection

    Does anyone know how to connect to an SMTP Server through VB? Thanks in advance. Battaman
  2. battaman

    calling VB DLL

    Thanks for the response. I did that and got the following error... error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl MyFunction(void)" Any thoughts? Battaman
  3. battaman

    calling VB DLL

    Does anyone know how to call a function in a VB coded dll from a VC++ executable that is being used as an NT service? Thanks in advance, Battaman
  4. battaman

    dropping a thesaurus in 8i

    Is there any way to drop a thesaurus in 8i besides using the following command in SQLPlus: execute ctx_thes.drop_thesaurus('mythesaurus'); Thanks, Battaman
  5. battaman

    running sql scripts

    Is there any way to run a SQL script from the command line without using SQLPlus? With SQLPlus I could use: sqlplus ctxsys/ctxsys @sqlscript.sql I would like to be able to do this without using SQLPlus Thanks, Battaman
  6. battaman

    sqlplus password problem

    I am currently working on an application that makes use of the thesaurus capability in Oracle8i. I use the following code in VB to automate the process of of dropping a thesaurus by running a short script: strCommand = "sqlplus ctxsys/" & pword & " ""@" & App.Path...

Part and Inventory Search

Back
Top