Beginning vbnet 2nd edition
Sir:
I downloaded a sample code of this book from your web site. but I can't find the code of Chapter 16.3,pages 542 to 548.This code's name is Binding Example.
I have followed the steps, It seems that Dim myAdapter As SqlDataAdapter = New SqlDataAdapter ( ) have some problems. myAdapter.fill(myDS,"authors") can't step through.
Please advise me on how to solve this problem.
|