|
-
Nov 24th, 2003, 07:20 PM
#1
Thread Starter
Hyperactive Member
Examples for ADO.net
New to vb.net and I am currently reading a book on ado.net.
Most of the examples in that book are using sqladaptor controls in the design time. Are there any examples where I can write code instead of dropping the .net database controls during design time..
IF any one know any good tutorials with code samples...
Pls post the link
thank you
nath
-
Nov 24th, 2003, 11:40 PM
#2
Banned
GO THROUGH THE MICROSOFT EXAPMLE CODE .
DAS
-
Nov 25th, 2003, 12:46 AM
#3
Thread Starter
Hyperactive Member
is there sample ado.net code that can be downloaded from microsoft site?
pls forward the link if you have.
thank you
-
Nov 25th, 2003, 07:57 AM
#4
Frenzied Member
There is no magic involved when you drag and drop a control to a form. The code looks almost identical to the one you write when you add controls "manually", you only have to look for it, it is located in a sub called
Private Sub InitializeComponent()
there you will find all adapter, connection, command code the IDE generates for you....
kind regards
Henrik
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
|