Dim db As New sql.Web.DataClasses1DataContext
Dim mys As StudentInfo
mys = New StudentInfo
mys.id = "qq"
mys.subject = "ww"
db.ones.add(mys) 'error
db.SubmitChanges()
Supa Sethasiripong [MSFT]
MSDN Community Support |
Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.