Only if you've set the TableAdapter's ClearBeforeFill property to False.
TableAdapter Overview
|
|
Only if you've set the TableAdapter's ClearBeforeFill property to False.
TableAdapter Overview
You're on to something, but ClearBeforeFill is not a member of System.Data.OleDb.OleDbDataAdapter
ClearBeforeFill is a property of a strongly typed data adapter, ie a TableAdapter, which causes the code to call dataTable.Clear before each filling.
I agree with the others here that you're taking the wrong approach to learn data access, the easier beginner start is to use the Visual Studio wizards. You know you can read the code it generates afterwards, if you wish to see 'how it's done in code' ?
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Hi guysI agree with the others here that you're taking the wrong approach to learn data access, the easier beginner start is to use the Visual Studio wizards.
I agree. I'll create a new tread to taking it from the start
Thanks for your help (all of you)
Kind regards,
thek
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks