User profile: Auntiejack56

User info
User name:Auntiejack56
Name:Ray Corbin
Location:Sydney Australia
Bio:Beginner C++, expert VBA and SQL Database stuff. I think I need to go back to fundamentals, there are things I need in this big wide world of data that I just can't do with high level langs. I've been working as a tactical application developer ("we need it by tomorrow, it will be irrelevant next month!") and tech BA ("so what if we only know half of the possible scenarios, why can't we just start building?") for Quite Some Time and C++ might be a new career for an old lag.
History
Joined:
Number of posts:7
Latest posts:

Defined type mismatches with an argument
Tried that without success, but this works: [code] SQLWCHAR x[] = { L"hello" }; SQLConnect(hdbc, x, ...

Defined type mismatches with an argument
If I use the literal as suggested, I get: Error (active) E0167 argument of type "const char *" is i...

Defined type mismatches with an argument
Hi, I found a super-basic text ODBC driver (http://www.prowaretech.com/Computer/Windows/Odbc) which ...

Passing a pointer of the wrong type
Yes, my code has everything to do with that Microsoft SQLDriverConnect, I am trying to compile the s...

Passing a pointer of the wrong type
In short, fresh mind and all, I think I do need it because, as far as I can see, that is what the co...