On Mon, Jun 27, 2005 at 10:34:38PM -0600, Warren Young wrote:
Chris Frey wrote:
No. If a function requires a MYSQL handle, you must give it a valid one,
not something with random data. (which is what an uninitialized handle is)
True, but I don't think there's any particular reason that a user would
know that, especially if MySQL++ ever does go database-independent.
Ahhh... just read your Wishlist entry, and see it now. I was talking
about the C api, and couldn't understand why anyone would pass in a
random handle. :-)
- Chris