J
john
SubmitChanges() works on some tables everytime & not at all on others and
the only thing I see different is that it is not creating any code like this
on the one that does not works, the one that does work has code between the
region, and it exist in 2 places with all the code in between, and in only
one place on the table that dosen't code with no code in between.
I've tried stating over with a new build, steped thru the code and put the
Submit in a "Try", no errors.
Visual Studio 2008 released version, Thanks John
#Region "Extensibility Method Definitions"
Partial Private Sub OnCreated()
End Sub
Partial Private Sub InserttblTemp(instance As tblTemp)
End Sub
Partial Private Sub UpdatetblTemp(instance As tblTemp)
End Sub
Partial Private Sub DeletetblTemp(instance As tblTemp)
End Sub
#End Region
the only thing I see different is that it is not creating any code like this
on the one that does not works, the one that does work has code between the
region, and it exist in 2 places with all the code in between, and in only
one place on the table that dosen't code with no code in between.
I've tried stating over with a new build, steped thru the code and put the
Submit in a "Try", no errors.
Visual Studio 2008 released version, Thanks John
#Region "Extensibility Method Definitions"
Partial Private Sub OnCreated()
End Sub
Partial Private Sub InserttblTemp(instance As tblTemp)
End Sub
Partial Private Sub UpdatetblTemp(instance As tblTemp)
End Sub
Partial Private Sub DeletetblTemp(instance As tblTemp)
End Sub
#End Region