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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.