954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

can't binding an autoincrement field of mysql data base from vb.net

i face problem when i binid data from mysql dat base from vb.net 2005 using dotnet cinnector all data was show perfect except the auto increament field in the tables and i dont know why it didnt work please help
mahmoud

mbeshr
Newbie Poster
1 post since Jul 2007
Reputation Points: 10
Solved Threads: 0
 
i face problem when i binid data from mysql dat base from vb.net 2005 using dotnet cinnector all data was show perfect except the auto increament field in the tables and i dont know why it didnt work please help mahmoud

That's because the auto increment in VB doesn't exist, but there is a work around. Find the field and row for your auto increment field and get that value and in the field for the auto increment, add +1, when you save the data.

SolTec
Junior Poster in Training
67 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You