|
-
May 1st, 2009, 10:46 AM
#11
Frenzied Member
Re: VB Crash course needed
Hi,
1) And identity field is the SqlServer equivalent of an autonumber field.
2) Click on the 'Key' icon to make it a primary key, or use the 'indexes' under the table in the treeview
3) Ideally yes
You can bind grids, listviews etc to your datasource, and do it that way, or retrieve the data into a sqlceresultset (recommended) or a dataset (slower) and populate textboxes/labels etc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|