Problem 1:
Here is my code, it shows conversion to string not possible errors
Private Sub btnRedThrow_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRedThrow.Click
Dim dbCnct As New DBUtills
dbCnct.InsertMethod("Insert into Score values (" + lblGameNo.Text + "," + lblRedThrow.Text + "," + lblRedPlayerID.Text + "," + btnRedDice.Text + "," + +")")
End Sub
notice the fifth and last value is empty. But it is not being added into the database, how do I do that?
Problem 2:
Why does an additional field from my access database disappear even after I manually created the field?? (access database 2003 version, extension is .mdb) I'm using visual studio 2008
This post has been edited by Priyotosh: 13 August 2011 - 01:52 PM

New Topic/Question
Reply




MultiQuote



|