Puttting together binding navigators in a project
Posted
by vp789
on Stack Overflow
See other posts from Stack Overflow
or by vp789
Published on 2010-03-21T15:02:42Z
Indexed on
2010/03/21
15:11 UTC
Read the original article
Hit count: 279
I am working on a group project in vb.net, in which all my team members are working on individual tables of a database. All of us are using binding navigator,where the GUI is created by drag and drop from the table.
Is it possible to attach all these pieces together with imports or references? Will the changes made to the database while working on the program like table adapter can create problem? Do I need to make all those changes in database before importing ?
Can you please give suggestions to put the project together.
© Stack Overflow or respective owner