473,379 Members | 1,377 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

ADO.NET Sucks

I am having problems with ADO.NET

I need a constant connection between my VB application and my sql
database... can I use anything else other than legacy ADO? Does anyone know
if microsoft is going to change ADO.NET so we can go back to realtime access
to the database and not use datasets?

Thanks

Respectfully, Adam W Clark 812-552-1170 "That'll do donkey.. That'll do."
Nov 21 '05 #1
6 1647
Why do you need a constant connection?

Greetz Peter

"Adam Clark" <ad*******@netscape.com> schreef in bericht
news:%2****************@TK2MSFTNGP12.phx.gbl...
I am having problems with ADO.NET

I need a constant connection between my VB application and my sql
database... can I use anything else other than legacy ADO? Does anyone know if microsoft is going to change ADO.NET so we can go back to realtime access to the database and not use datasets?

Thanks

Respectfully, Adam W Clark 812-552-1170 "That'll do donkey.. That'll do."

Nov 21 '05 #2

"Adam Clark" <ad*******@netscape.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I am having problems with ADO.NET

I need a constant connection between my VB application and my sql
database... can I use anything else other than legacy ADO? Does anyone
know if microsoft is going to change ADO.NET so we can go back to realtime
access to the database and not use datasets?


Nothing is stopping you from opening a persistent connection to the
database, and no one is forcing you to use datasets. What's the problem?

David
Nov 21 '05 #3
Hi Adam,

That was my initial reaction to ado .net. But after working with it for a
while, I now consider it far superior to - admittedly more difficult than -
ado. The only real problem is loading a large - I mean large: 35 cols,
750,000 rows - table in one shot. But I have almost always been able to
find workarounds. Its disconnected state is wonderful and, for all intents
and purposes, user clashes are gone.

Bernie Yaeger

"Adam Clark" <ad*******@netscape.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I am having problems with ADO.NET

I need a constant connection between my VB application and my sql
database... can I use anything else other than legacy ADO? Does anyone
know if microsoft is going to change ADO.NET so we can go back to realtime
access to the database and not use datasets?

Thanks

Respectfully, Adam W Clark 812-552-1170 "That'll do donkey.. That'll do."

Nov 21 '05 #4
a) You can use a permanent conection, nothing in ADO.NET prevents that.

b) You can avoid datasets and use only Command and DataReader objects.

I think that you have read only the portion of ADO.NET that deals with
disconnected scenarios.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com

I need a constant connection between my VB application and my sql
database... can I use anything else other than legacy ADO? Does anyone
know if microsoft is going to change ADO.NET so we can go back to realtime
access to the database and not use datasets?

Nov 21 '05 #5
"Adam Clark" <ad*******@netscape.com> schrieb:
I am having problems with ADO.NET


=> microsoft.public.dotnet.framework.adonet

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #6
Adam,

AdoNet does not suck.

AdoDB is constantly sucking on the databases and therefore those can become
in problem when their triggers get overloaded.

Probably I don't understand what you want.

Cor
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

49
by: Relaxin | last post by:
It is just me or has MS created some of the worst ways to access and display data? You can use a DataSet, but if you want to sort or filter the data to must use a DataView which is created from...
761
by: Neo-LISPer | last post by:
Hey Recently, I researched using C++ for game programming and here is what I found: C++ game developers spend a lot of their time debugging corrupted memory. Few, if any, compilers offer...
16
by: zwetan | last post by:
Hi, often I see people telling that "javascript sucks" - is it because of the DOM with JS ? - is it because of the language in itself ? - is it because browsers/hosts differences ? - is it...
49
by: Relaxin | last post by:
It is just me or has MS created some of the worst ways to access and display data? You can use a DataSet, but if you want to sort or filter the data to must use a DataView which is created from...
0
by: Dachshund Digital | last post by:
Has any one figured out how to override the WriteEntry or show change the actual output? I am sorry, but putting the DATE/TIME PROCESS # and Thread # information AFTER the 'Message' text just...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.