07-01-2011, 01:25 PM
Part of my problem i think is the database it self. If the loginform1 code is Good... Then Database1 is not working properly. I wont be able to get back to this project till After the 4th of july. But if anyone gets bored or wants to help the Database needs to be replaced or fixed. Its just a test database so im not worried about the broken database or the account.
Login @ <!-- m --><a class="postlink" href="http://www.db4free.net/">http://www.db4free.net/</a><!-- m -->
user = murcs
pass = annika420
If you can get data entered to the database from your Form that would be great...
Also the error is: (The method or operation is not implemented), folowed by a new form that opens called:
By the way.. Big thanks for the videos and assistance i really appreciate. cyas on Tuesday.....
Login @ <!-- m --><a class="postlink" href="http://www.db4free.net/">http://www.db4free.net/</a><!-- m -->
user = murcs
pass = annika420
If you can get data entered to the database from your Form that would be great...
Also the error is: (The method or operation is not implemented), folowed by a new form that opens called:
Code:
Public Class MySqlConnection
Private _p1 As String
Sub New(ByVal p1 As String)
' TODO: Complete member initialization
_p1 = p1
End Sub
Sub Open()
Throw New NotImplementedException
End Sub
End Class
By the way.. Big thanks for the videos and assistance i really appreciate. cyas on Tuesday.....