|
-
Oct 20th, 2007, 04:34 AM
#11
Thread Starter
Fanatic Member
Re: Need help error Data type mismatch expression
i also use parameters structures but still the same i tried this one...
Private Sub GetRecords(ByVal myRSONO As String)
Dim cmd As New OleDbCommand
cmd.Connection = cn
cmd.CommandType = CommandType.Text
cmd.CommandText = "Select * from FinalCustItemRSO where RSONO = " & _txtRSONO.text & "'"
da = New OleDbDataAdapter
da.SelectCommand = cmd
da.Fill(ds, "FinalCustItemRSO")
End Sub
i so, hope you well give me sample..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|