Re: cant get last insert id no matter what i try. someone help please!!!!
Posted by: david
Date: August 25, 2006 03:38AM

wow. i have tracked the problem down to connector/NET not working with unsigned ints. as soon as i changed the type from unsigned int (both 32 abd 64 did not work), i immediately got back the correct value. as long as you use signed int32 and int64 everything works fine.

i would have thought something as simple as this would work!!!!!

amazing...
CAUTION to everyone: unsigned INTS ARE NOT SUPPORTED in both
connector/NET
v1.0.7.30072
AND
the current MySQL Connector Net 5.0.0.0 alpha release

i have tested both and both had the same problem handling unsigned ints.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.