Click here to Skip to main content
16,011,905 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Security Pin
kubben10-May-07 1:56
kubben10-May-07 1:56 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 2:44
Tristan Rhodes10-May-07 2:44 
GeneralRe: Database Security Pin
kubben10-May-07 3:23
kubben10-May-07 3:23 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 3:47
Tristan Rhodes10-May-07 3:47 
GeneralRe: Database Security Pin
kubben10-May-07 3:51
kubben10-May-07 3:51 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 4:46
Tristan Rhodes10-May-07 4:46 
QuestionUpdate a table from a data set Pin
G_Sankar9-May-07 3:02
G_Sankar9-May-07 3:02 
QuestionCan anyone reccomend a data access layer tool Pin
Andrew Torrance9-May-07 2:39
Andrew Torrance9-May-07 2:39 
There are many data access layer tools , so I do not know where to start . I just want to get out of repetitive boiler plate coding . But I have a few requirments:-
1) Works with MsSQL . ( Virtually all should)
2) Produce C# code (Again - all should)
3) Must produce a data object that maps onto a row of a table .( This has been the stumbling block)
4) The data object must have no references to any DB/connection . I.e pure data . Maybe a few Ctors , ideally a struct , but if a class must support ICloneable .
5) Icing on the cake is if the data object overrides = in order to make a value comparison ( I know MS advise against it but its useful).
6) Collections of the data objects would be nice

Why the 1:1 row to object ? Well I found over the years that if I put all my effort into a normalised DB then the code almost falls into place if I produce a 1:1 row - > object . Then I use an object that maps to a table or stored procs in order to communicate with the underlying tables . Not haveing any reference to the DB in the data object means it is as light as possible in the GUI
AnswerRe: Can anyone reccomend a data access layer tool Pin
LongRange.Shooter16-May-07 7:48
LongRange.Shooter16-May-07 7:48 
QuestionCalling stored procedures within MFC code Pin
Ahmed Charfeddine9-May-07 2:29
Ahmed Charfeddine9-May-07 2:29 
QuestionDatabase Connection problem in sql server 2005 Pin
hbk_leo9-May-07 2:06
hbk_leo9-May-07 2:06 
AnswerRe: Database Connection problem in sql server 2005 Pin
Ahmed Charfeddine9-May-07 2:35
Ahmed Charfeddine9-May-07 2:35 
GeneralConnect Directly to SQL Server File Pin
Brady Kelly9-May-07 0:55
Brady Kelly9-May-07 0:55 
AnswerRe: Connect Directly to SQL Server File Pin
andyharman9-May-07 1:57
professionalandyharman9-May-07 1:57 
QuestionAccessing database file (.sdf) after changing extension (say .abc) causes error in connection string. Pin
ManishJape9-May-07 0:51
ManishJape9-May-07 0:51 
Questionget the table name in a .mdb file Pin
hero19958-May-07 23:41
hero19958-May-07 23:41 
AnswerRe: get the table name in a .mdb file Pin
hero19959-May-07 21:37
hero19959-May-07 21:37 
Questionneed query(urgent) Pin
Revathi Raj8-May-07 23:30
Revathi Raj8-May-07 23:30 
AnswerRe: need query(urgent) Pin
Colin Angus Mackay8-May-07 23:36
Colin Angus Mackay8-May-07 23:36 
QuestionHow to diplay reports in reportview control?Pls help its URGENT!! Pin
sha_shivani8-May-07 13:34
sha_shivani8-May-07 13:34 
GeneralSearch Routine Pin
Brady Kelly8-May-07 4:55
Brady Kelly8-May-07 4:55 
GeneralRe: Search Routine Pin
andyharman8-May-07 6:13
professionalandyharman8-May-07 6:13 
GeneralRe: Search Routine Pin
Brady Kelly9-May-07 0:44
Brady Kelly9-May-07 0:44 
GeneralRe: Search Routine Pin
Michael Potter8-May-07 8:22
Michael Potter8-May-07 8:22 
Questionneed help for sqlserver2005 reporting service Pin
Doshi Divyesh8-May-07 3:49
Doshi Divyesh8-May-07 3:49 

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.