473,473 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Scalability of the Connected / Disconnected Model (Question)

Hello fellow programmers!

My question concerns the scalability of database access. In coldfusion
(or php for that matter) for example, there seems to be only the
connected model for accessing a DB. On the other hand, there is asp.net
2.0, which provides disconnected and connected access.

Question: Would databinding to controls directly, in ASP.NET 2.0
(without the manual coding of ADO.net), be as affective (scalable) as
using the connected data access model in PHP/Coldfusion (which seems to
be the only way to access the db in these languages)?
Thank you for your time and help.

Regards,

Jim Light

Jun 25 '06 #1
1 1933
Not an apples to apples comparison. DataBinding
is often slower in .NET that writing code to manually
populate controls. Since you can bind to a DataSet,
DataTable, etc. that are disconnected, your question
about connected versus disconnected scenarios
has very little to do with data binding.

Connection pooling in .NET is quite effective
and is the preferred method in web applications
versus keeping connections open through the
page lifecycle and prevent other threads
from grabbing that connection out of the pool.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money answering .NET questions
http://www.eggheadcafe.com/forums/merit.asp

<de*******@yahoo.com> wrote in message
news:11**********************@c74g2000cwc.googlegr oups.com...
Hello fellow programmers!

My question concerns the scalability of database access. In coldfusion
(or php for that matter) for example, there seems to be only the
connected model for accessing a DB. On the other hand, there is asp.net
2.0, which provides disconnected and connected access.

Question: Would databinding to controls directly, in ASP.NET 2.0
(without the manual coding of ADO.net), be as affective (scalable) as
using the connected data access model in PHP/Coldfusion (which seems to
be the only way to access the db in these languages)?
Thank you for your time and help.

Regards,

Jim Light

Jun 26 '06 #2

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

Similar topics

3
by: light_wt | last post by:
Hi, From my understanding DataSet is used for disconnected data access in ADO.NET. However, I haven’t come across an example to use continuous data access with ADO.NET using C# . Is...
4
by: Steve Le Monnier | last post by:
The ADO.NET DataSet is idea for application development, especially if you need disconnected data. DataReader objects are great in the connected environment but are forward only. What do you do...
0
by: Cat | last post by:
Hello. Is it POSSIBLE to get notified when the machine is connected to the internet or disconnected from the internet? I mean, using .NET class not using Windows API. Other than pinging a website...
2
by: Robert Scheer | last post by:
Hi. My site needs to know if the user is connected before executing some queries on my database. Actually, I have a page loaded by an Iframe that runs every 30 seconds and updates a field on my...
4
by: taskswap | last post by:
I have a legacy application written in C that I'm trying to convert to C#. It processes a very large amount of data from many clients (actually, upstream servers - this is a mux) simultaneously. ...
7
by: semedao | last post by:
Hi all, I view many posts about this issue , the connected property does not tell us the current status of the socket. based on couple of suggestions of msdn , and some article here , I try to...
3
by: FanJet | last post by:
Given that most user access is via Citrix, we have Access licensees, a handy SQL Server and a need to develop moderately active 10 - 100 concurrent user databases, any +/- comments on using ADPs?...
2
by: Gabriel | last post by:
Hello, I'm looking for documentation with "Best Practice" for ASP.NET application In which case use Connected or Disconnected mode Typed dataset or not ? I didn'd find anything pertinent...
4
by: keithseah | last post by:
Hi all, i've been having this problem and its kiiling me! i'm a newbie at this so i hope someone would be able to help me. picture link:...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.