March 20, 2008 at 11:12 am
I have to access a SQL Database using a vb.net (net 2) winforms application.
Would you recommend using table adapters or data adapters?
Thanks
March 20, 2008 at 1:29 pm
Depends.
You'll have to give us a lot more information than that.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
March 25, 2008 at 6:47 am
What do you need to know?
March 25, 2008 at 11:39 pm
To start, what are you trying to do?
Here is a description of how to get better responses to your questions: http://www.sqlservercentral.com/articles/Best+Practices/61537/
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
March 26, 2008 at 8:25 am
Table adapters are built on top of data adapters.
You can't use a table adapter without using a data adapter.
Are you asking about the difference between using data connection objects through the Visual Studio user interface (tableadapters) vs. writing your own code (dataadapters)?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply