Bug in How to implement a database Part 3 - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: Bug in How to implement a database Part 3 (/showthread.php?tid=334) |
Bug in How to implement a database Part 3 - dafly46543 - 03-26-2011 In your video Visual Basic 2008/2010 : How to implement a database (Part 3 : User Registration). There is a bug. When you try to register a user that is already in the database you get a error. How do you fix this? Re: Bug in How to implement a database Part 3 - brandonio21 - 03-27-2011 The code that we set up prevents this from happening. Make sure you have the code typed out exactly as I did. Re: Bug in How to implement a database Part 3 - DylanSphere - 08-12-2011 brandonio21 i hav done the code exactly i even copy and pasted it from the link but i cant get the login or user registration to work from the second or 3rd vid plz help <!-- s --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt="" title="Sad" /><!-- s --> Re: Bug in How to implement a database Part 3 - brandonio21 - 08-13-2011 Well, first off, do you have a proper MySQL Database, with the correct fields? And do you also have the correct port, host, username, and password setup in your vb.net project? |