Anyone know SQLAPI++?

Feb 22, 2012 at 8:05pm
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.
Feb 22, 2012 at 11:28pm
Mother of bump. Never had an issue getting an answer here before
Feb 23, 2012 at 2:07am
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).
Feb 23, 2012 at 5:46am
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.

http://cplusplus.com/forum/beginner/62364/#msg339079

Thanks again for at least saying something. I've been quite frustrated with the issue
Feb 23, 2012 at 11:13am
What DB are you using?
Feb 24, 2012 at 1:24am
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
login failed for user 'jared'


Not sure why, credentials all match up
Feb 24, 2012 at 3:05am
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.
Last edited on Feb 24, 2012 at 3:07am
Feb 24, 2012 at 5:02am
Well, I don't know if it's even recognizing the name. I'm not sure if the user info is being found in the database
Topic archived. No new replies allowed.