|
-
Apr 10th, 2008, 04:06 PM
#1
Thread Starter
Member
[RESOLVED] Data Access Examples -> BindingSource
I've been manipulating data for the last two years mostly by querying my databases directly with SQL... (came from VB6) I figured I should learn the "correct" way of doing it.
I've read mendhak's "An Introduction to ADO.NET" tutorial and jmcilhinney's "Data Access Examples". With both example's help, I've emulated mendhak's project with an application accessing MySQL. It works great.
I've tried my best to replicate the same type of database interaction with a current project I'm working on... only with the addition of a BindingSource. I'm doing my best to understand this BindingSource thingie but I'm having a tough time on my own. I can't seem to find a good tutorial that doesn't involve a DataGridView... which I'm not using.
I should be using a BindingSource with most my projects, right? How would I implement a BindingSource with mendhak's example? Am I completely on the wrong track here?
Here's a screenshot of what I'm trying to use BindingSource with:
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
|