SQL ConfigDataSource doesn't work at all. I always get unresolved externals. I know that I'm using the right lib and the right dll. The only way this works is if I dynamically load the dll and use GetProcAddress.When I use it Dynamically I can't config a Visual FoxPro Database either.
I know this must be some kind of common problem, I expect this function to be deprecated or something, but I would like to use it because writing so much stuff to the registry manually is tiring.