How to create data adapter for multiple tables (joint tables)?

  • Thread starter Thread starter Nguyen
  • Start date Start date
N

Nguyen

I use sql builder to create a dataadapter. If there is only one table, the
insert/update/delete commands are automatically created successful. However,
if I build a select command based on multiple tables, I got errors:
"insert/update/delete commands can't create automatically for multiple
tables...?". Any of you know how to accomplish this?

Any suggestions are greatly appreciated.

-V
 
Back
Top