So, this will be my third post about this now. I've waited a few days for each other post I had about it, and no luck. So I'll try to general board. I've been having an issue with SQLAPI++ connecting to my database server in SQL Serve 2008. If anyone at all has an idea, please reply and I'll be more than happy to give you whatever information you need.
I dabbled with it some years ago. It was easy to use and generally quite good.
I can't remember if it supported bulk imports, there may have been an issue there. And it didn't fully support the database I was using (I can't remember which it was--one of Oracle or SQL Server).
Well, it never seems to connect to my server. It's a local server, and I followed the documentation on the sqlapi site, but still no luck. The documentation was rather slim there though. If you don't find following this link to my other post on here, it has the issue and code all there.
I'm using SQL Server 2008. Someone on the other thread mentioned casting the error code to const char*, and that gave me a better message. It just says
It's obviously recognizing your name, the only thing I can think of is looking at authentication surrounding the password(encryption, communication protocol, etc) or IP/host authentication.