Hello,

 I'd like to be able to get the completed connection string returned by
SQLDriverConnect() because there doesn't seem to be any way to retrieve it
later (or at least I didn't find it in the ODBC API) and it's useful to
have the full connection string if you need to reconnect to the same
database without asking the user for the password again.

 So basically instead of just ignoring the string returned by
SQLDriverConnect() in odbc_session_backend ctor I'd like to store it in a
member variable and add a get_connection_string() accessor to
odbc_session_backend class.

 Would there be any objections to committing such a patch? Or suggestions
about how to do it better/outside of SOCI?

 Thanks,
VZ

Attachment: pgpeqPwO0Qkns.pgp
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to