J
John
Hi
I need to write my first vb.net/sql server app and I just need pointers as
to how pros do it. My app is a multi-user apps which needs to refresh from
what other users are adding to the backend sql server db.
My question is;
1. Do I just drag the fields on to a form and let the vs 2008 generate all
code (I understand bindingsource will not automatically show the records
added by other user in this technique?), or
2. Write some sort of stored procedures to return one record or some records
at a time) at a time and assign manually to the form fields, or
3. Do something else?
Thanks
Regards
I need to write my first vb.net/sql server app and I just need pointers as
to how pros do it. My app is a multi-user apps which needs to refresh from
what other users are adding to the backend sql server db.
My question is;
1. Do I just drag the fields on to a form and let the vs 2008 generate all
code (I understand bindingsource will not automatically show the records
added by other user in this technique?), or
2. Write some sort of stored procedures to return one record or some records
at a time) at a time and assign manually to the form fields, or
3. Do something else?
Thanks
Regards