I am really pissed with this date problem. please help me out.....
[CODE=vb]Public rs As New ADODB.Recordset
Private Sub Command1_Click( )
Call connection
Set rs = New ADODB.Recordset
rs.Open "INSERT INTO DateTry(Date,Na me) VALUES('" & Text1.Text & "','" & Text2.Text & "')", con, 3, 3
con.Close
End Sub[/CODE]
Plzzzzzzzzzzzzz Help!!!!!!!!!!!
[CODE=vb]Public rs As New ADODB.Recordset
Private Sub Command1_Click( )
Call connection
Set rs = New ADODB.Recordset
rs.Open "INSERT INTO DateTry(Date,Na me) VALUES('" & Text1.Text & "','" & Text2.Text & "')", con, 3, 3
con.Close
End Sub[/CODE]
Plzzzzzzzzzzzzz Help!!!!!!!!!!!
Comment