Click here to Skip to main content
16,005,697 members
Home / Discussions / Database
   

Database

 
QuestionCollation Name Pin
kifahhk10-Jan-07 15:19
kifahhk10-Jan-07 15:19 
AnswerRe: Collation Name Pin
karam chandrabose10-Jan-07 22:03
karam chandrabose10-Jan-07 22:03 
QuestionGridView Pin
vasini10-Jan-07 14:47
vasini10-Jan-07 14:47 
AnswerRe: GridView Pin
Saud AKhter16-Jan-07 20:05
Saud AKhter16-Jan-07 20:05 
QuestionHow good is ADO.NET vNext CTP now? Pin
cebyrjoe210-Jan-07 10:14
cebyrjoe210-Jan-07 10:14 
QuestionRunning asp in Visual Studio 2005 Pin
dptalt10-Jan-07 3:42
dptalt10-Jan-07 3:42 
AnswerRe: Running asp in Visual Studio 2005 Pin
Colin Angus Mackay10-Jan-07 4:37
Colin Angus Mackay10-Jan-07 4:37 
QuestionCreating a stand alone Datarow, without the DataTable Pin
Tristan Rhodes10-Jan-07 1:05
Tristan Rhodes10-Jan-07 1:05 
I've been perplexed by this for a while now, and have found no real solution.

I cannot find a way to create a stongly typed DataRow, without first creating a DataTable, which i don't want to do.

Basicaly, i want to wrap my business object around a datarow, so that it can be used with a data table, without exposing the table and adapter to the external code, and using the datarow to enforce the validation initialy.

Can anyone give me any pointers as to how to do this? I've tried a number of ways and been blocked by various caveats.

Cheers

Tris

[Update]
I'm thinking about using a single instance of each type of data table as a row factory, and wrap them in a static class with static members. Can anyone comment on the thread safety of this approach?
QuestionRe: Creating a stand alone Datarow, without the DataTable Pin
Riaan Booyzen11-Jan-07 1:56
Riaan Booyzen11-Jan-07 1:56 
QuestionHow to use in operator Pin
Uma Kameswari10-Jan-07 0:43
Uma Kameswari10-Jan-07 0:43 
AnswerRe: How to use in operator Pin
_AK_10-Jan-07 0:59
_AK_10-Jan-07 0:59 
GeneralRe: How to use in operator Pin
Uma Kameswari10-Jan-07 1:11
Uma Kameswari10-Jan-07 1:11 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 1:15
_AK_10-Jan-07 1:15 
GeneralRe: How to use in operator Pin
Uma Kameswari10-Jan-07 1:50
Uma Kameswari10-Jan-07 1:50 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 1:59
_AK_10-Jan-07 1:59 
GeneralRe: How to use in operator Pin
Uma Kameswari10-Jan-07 2:07
Uma Kameswari10-Jan-07 2:07 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 2:56
_AK_10-Jan-07 2:56 
GeneralRe: How to use in operator Pin
Uma Kameswari10-Jan-07 17:38
Uma Kameswari10-Jan-07 17:38 
GeneralRe: How to use in operator Pin
Colin Angus Mackay10-Jan-07 22:37
Colin Angus Mackay10-Jan-07 22:37 
GeneralRe: How to use in operator Pin
Colin Angus Mackay10-Jan-07 2:11
Colin Angus Mackay10-Jan-07 2:11 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 2:55
_AK_10-Jan-07 2:55 
GeneralRe: How to use in operator Pin
Colin Angus Mackay10-Jan-07 3:23
Colin Angus Mackay10-Jan-07 3:23 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 3:28
_AK_10-Jan-07 3:28 
GeneralRe: How to use in operator Pin
Colin Angus Mackay10-Jan-07 4:36
Colin Angus Mackay10-Jan-07 4:36 
GeneralRe: How to use in operator Pin
_AK_10-Jan-07 17:30
_AK_10-Jan-07 17:30 

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.