dynamic sql generation is not supported against multiple base tables errors.

  • Thread starter Thread starter jaYPee
  • Start date Start date
J

jaYPee

I try to modify the "VB.NET - Data Access - Build a Master-Detail
Windows Form" sample to update the record but i get this error
dynamic sql generation is not supported against multiple base tables

anyone know how to update the record from this sample app?
 
I think you can use relationShip of sql server.If you
build relationship in your database you can modefy parent
table directly and then child table can modefy automatic.
 
Back
Top