in reply to
Win32::API Help
What I am getting for a return code is 1949630464
sql.h defines the 4 possible return values (SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_INVALID_HANDLE, and SQL_ERROR) to 0, 1, -2, and -1 (respectively).
Cheers,
Rob
Comment on
Re: Win32::API Help
In Section
Seekers of Perl Wisdom