Click here to Skip to main content
15,913,854 members
Home / Discussions / Database
   

Database

 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 6:02
Paddy Boyd2-Jun-06 6:02 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
olivierbalagizi2-Jun-06 6:06
olivierbalagizi2-Jun-06 6:06 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Paddy Boyd2-Jun-06 6:08
Paddy Boyd2-Jun-06 6:08 
GeneralRe: Deploying SQL Application with C#.net 2003 Pin
Felipe Dalorzo2-Jun-06 6:46
Felipe Dalorzo2-Jun-06 6:46 
QuestionSQL version [modified] Pin
ass3aad1-Jun-06 17:41
ass3aad1-Jun-06 17:41 
AnswerRe: SQL version [modified] Pin
Dinuj Nath1-Jun-06 22:17
Dinuj Nath1-Jun-06 22:17 
QuestionEnterprise Library and Dataset Update Pin
ShineLee1-Jun-06 16:33
ShineLee1-Jun-06 16:33 
AnswerRe: Enterprise Library and Dataset Update Pin
Stephan Samuel3-Jun-06 4:27
Stephan Samuel3-Jun-06 4:27 
This sounds like a good case for middleware. If you're using .NET, this is easy and fun.

Typed DataSet objects are probably the best way to do this. If you craft your SQL queries correctly, or, better yet, use stored procedures, you should be able to use DataReader objects to populate typed DS objects directly (and back). In development, using SQL Server's XML services and DataSet.ReadXml() and WriteXml() may provide you with good tracing and an idea of what's going into and coming out of your database.

QuestionTrigger Help Needed Pin
AnneThorne1-Jun-06 6:39
AnneThorne1-Jun-06 6:39 
AnswerRe: Trigger Help Needed Pin
Stephan Samuel1-Jun-06 7:34
Stephan Samuel1-Jun-06 7:34 
QuestionSQLDMO Application Deployment Issue Pin
ThanosM1-Jun-06 5:27
ThanosM1-Jun-06 5:27 
AnswerRe: SQLDMO Application Deployment Issue Pin
Paul Brower2-Jun-06 9:27
Paul Brower2-Jun-06 9:27 
GeneralRe: SQLDMO Application Deployment Issue Pin
ThanosM2-Jun-06 13:06
ThanosM2-Jun-06 13:06 
QuestionHow to show a progressbar while loading Datatable ? Pin
Tommi0071-Jun-06 0:39
Tommi0071-Jun-06 0:39 
AnswerRe: How to show a progressbar while loading Datatable ? Pin
SeMartens1-Jun-06 5:18
SeMartens1-Jun-06 5:18 
GeneralRe: How to show a progressbar while loading Datatable ? Pin
Tommi0071-Jun-06 20:50
Tommi0071-Jun-06 20:50 
QuestionSQLXML 3.0 Pin
punam3031-May-06 19:50
punam3031-May-06 19:50 
Questionhow can i index the column ?? Pin
Mohammed Amine31-May-06 12:58
Mohammed Amine31-May-06 12:58 
AnswerRe: how can i index the column ?? Pin
Colin Angus Mackay31-May-06 23:38
Colin Angus Mackay31-May-06 23:38 
Questionattach a database with code Pin
Mohammed Amine31-May-06 12:55
Mohammed Amine31-May-06 12:55 
AnswerRe: attach a database with code [modified] Pin
albCode31-May-06 23:32
albCode31-May-06 23:32 
AnswerRe: attach a database with code Pin
Eric Dahlvang1-Jun-06 2:56
Eric Dahlvang1-Jun-06 2:56 
GeneralRe: attach a database with code Pin
Mohammed Amine1-Jun-06 5:39
Mohammed Amine1-Jun-06 5:39 
GeneralRe: attach a database with code Pin
Eric Dahlvang1-Jun-06 7:07
Eric Dahlvang1-Jun-06 7:07 
GeneralRe: attach a database with code Pin
Mohammed Amine1-Jun-06 7:23
Mohammed Amine1-Jun-06 7:23 

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.