Click here to Skip to main content
15,914,074 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:23
professionalScott Dorman10-Mar-08 7:23 
GeneralRe: class from database table Pin
seanwright10-Mar-08 7:28
seanwright10-Mar-08 7:28 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:44
professionalScott Dorman10-Mar-08 7:44 
GeneralRe: class from database table Pin
Pete O'Hanlon10-Mar-08 10:32
mvePete O'Hanlon10-Mar-08 10:32 
GeneralRe: class from database table Pin
Mark Churchill12-Mar-08 0:47
Mark Churchill12-Mar-08 0:47 
GeneralConnected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:43
CodingYoshi9-Mar-08 13:43 
GeneralRe: Connected Vs. Disconnected Pin
Scott Dorman10-Mar-08 5:22
professionalScott Dorman10-Mar-08 5:22 
GeneralRe: Connected Vs. Disconnected Pin
Guffa11-Mar-08 8:11
Guffa11-Mar-08 8:11 
CodingYoshi wrote:
am I using Connected technique or Disconnected?


In classic ASP, you could use a connected recordset to access the data in the table more or less directly. In .NET this technique isn't used any more. There is no object in .NET that uses that kind of direct connection.

A DataTable works as a disconnected recordset. A DataReader works as a read-only forward-only recordset. There is no object that works as a connected recordset.

CodingYoshi wrote:
when you bind controls to the db, is it using connected or disconnected?


Data binding in itself actually doesn't have anything to do with the database at all. A data source can be a data reader that reads from the database, but it can also be a data table that contains data that was previously read from the database, or even a list of objects that has nothing to do with the database at all. The data binding always reads from a data source, never from the database directy.

Despite everything, the person most likely to be fooling you next is yourself.

Generaloff right click in webform Pin
yogeshpan7-Mar-08 20:49
yogeshpan7-Mar-08 20:49 
GeneralWrong forum Pin
pmarfleet7-Mar-08 22:51
pmarfleet7-Mar-08 22:51 
General.NET 2.0 configuration Pin
usermans7-Mar-08 8:25
usermans7-Mar-08 8:25 
GeneralRe: .NET 2.0 configuration Pin
Paul Conrad7-Mar-08 15:20
professionalPaul Conrad7-Mar-08 15:20 
GeneralRe: .NET 2.0 configuration Pin
Syed Mehroz Alam8-Mar-08 5:59
Syed Mehroz Alam8-Mar-08 5:59 
GeneralLocalization Support in .Net Framework 2.0 [modified] Pin
Mushtaque Nizamani5-Mar-08 21:05
Mushtaque Nizamani5-Mar-08 21:05 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 1:29
Robert Rohde6-Mar-08 1:29 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Mushtaque Nizamani6-Mar-08 1:59
Mushtaque Nizamani6-Mar-08 1:59 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 9:08
Robert Rohde6-Mar-08 9:08 
GeneralUsing Mole V4.2 Pin
Jammer5-Mar-08 8:43
Jammer5-Mar-08 8:43 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 9:42
mvePete O'Hanlon5-Mar-08 9:42 
JokeRe: Using Mole V4.2 Pin
Jammer5-Mar-08 9:57
Jammer5-Mar-08 9:57 
GeneralRe: Using Mole V4.2 Pin
Jammer5-Mar-08 10:02
Jammer5-Mar-08 10:02 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 22:20
mvePete O'Hanlon5-Mar-08 22:20 
GeneralRe: Using Mole V4.2 Pin
Scott Dorman10-Mar-08 5:25
professionalScott Dorman10-Mar-08 5:25 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon10-Mar-08 10:30
mvePete O'Hanlon10-Mar-08 10:30 
QuestionLaunch application within a window in my application Pin
Joseph Weisenburger4-Mar-08 7:01
Joseph Weisenburger4-Mar-08 7:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.