| Subject | : | Problems using RxSQL |
| Author | : | RobertM |
| Date | : | 31 Mar, 2006 on 02:44 |
| Hi, SORRY FOR THE DOUBLE POST I'm trying to use RexxSQL v2.4r1 and am having problems loading the functions. I am trying the following: code: I've broken it down like this to try to find what is hanging or where... the results are as follows. (1) if I've tried previously to load the functions, dropping SQLLoadFuncs returns 0 for success (2) RxFuncAdd returns 0 for success of loading SQLLoadFuncs (3) SQLLoadFuncs errors with code:
Is there a DLL or library that is needed by RxSQL for it to function? I have EMXRT installed (from the WarpIn package), and vrobj.dll - am I missing something? Is it a case sensitivity issue? I've tried the sample scripts that come with RxSQL and had the same results (SQLLoadFuncs not found, SQLDropFuncs not found, etc). Any help would be greatly appreciated. Thanks, |