Click here to Skip to main content
15,891,763 members
Home / Discussions / Database
   

Database

 
Generaldatabase connection using access database Pin
mon***z11-Jan-08 0:33
mon***z11-Jan-08 0:33 
GeneralRe: database connection using access database Pin
pmarfleet11-Jan-08 1:49
pmarfleet11-Jan-08 1:49 
GeneralRe: database connection using access database Pin
Pete O'Hanlon11-Jan-08 2:58
mvePete O'Hanlon11-Jan-08 2:58 
GeneralRe: database connection using access database Pin
pmarfleet11-Jan-08 3:03
pmarfleet11-Jan-08 3:03 
GeneralMSSQL: removing semi-duplicate entries Pin
ruanr10-Jan-08 22:35
ruanr10-Jan-08 22:35 
GeneralRe: MSSQL: removing semi-duplicate entries Pin
Michael Potter11-Jan-08 11:32
Michael Potter11-Jan-08 11:32 
GeneralLinq to SQL - Writing a generic "GetObjectFromId" method Pin
Dominic Pettifer10-Jan-08 5:20
Dominic Pettifer10-Jan-08 5:20 
GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Mark Churchill10-Jan-08 13:15
Mark Churchill10-Jan-08 13:15 
Nothing wrong with that. Diamond Binding puts these static methods in our own class heirachy, and provides an optional base class that wraps them.

Most people choose to use the base class for convenience (its easy, and the 'Inherit from ActiveRecordBase' defaults to checked in the UI) - but some people don't like to 'burn a base class' just to get a bunch of methods that don't really have to be there.

Linq might be cool, but theres no point using it for a simple get by ID. To be honest we haven't had a lot of demand for it - OQL and Expressions seems to handle most queries people would need - and most queries are either .FindById(), .FindByProperty() or .FindAll()


GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Pete O'Hanlon10-Jan-08 21:43
mvePete O'Hanlon10-Jan-08 21:43 
GeneralRe: Linq to SQL - Writing a generic "GetObjectFromId" method Pin
Mark Churchill12-Jan-08 4:30
Mark Churchill12-Jan-08 4:30 
GeneralConditional Index Usage Pin
gnjunge10-Jan-08 3:40
gnjunge10-Jan-08 3:40 
GeneralRe: Conditional Index Usage Pin
Dave-B10-Jan-08 5:18
Dave-B10-Jan-08 5:18 
GeneralRe: Conditional Index Usage Pin
gnjunge10-Jan-08 5:40
gnjunge10-Jan-08 5:40 
GeneralRe: Conditional Index Usage Pin
GuyThiebaut10-Jan-08 5:48
professionalGuyThiebaut10-Jan-08 5:48 
GeneralRe: Conditional Index Usage Pin
gnjunge10-Jan-08 6:07
gnjunge10-Jan-08 6:07 
AnswerRe: Conditional Index Usage Pin
GuyThiebaut10-Jan-08 7:46
professionalGuyThiebaut10-Jan-08 7:46 
GeneralRe: Conditional Index Usage Pin
gnjunge10-Jan-08 19:14
gnjunge10-Jan-08 19:14 
GeneralRe: Conditional Index Usage Pin
Dave-B10-Jan-08 21:53
Dave-B10-Jan-08 21:53 
GeneralRe: Conditional Index Usage Pin
gnjunge10-Jan-08 22:59
gnjunge10-Jan-08 22:59 
GeneralRe: Conditional Index Usage Pin
gnjunge12-Jan-08 23:34
gnjunge12-Jan-08 23:34 
GeneralRe: Conditional Index Usage Pin
GuyThiebaut10-Jan-08 22:17
professionalGuyThiebaut10-Jan-08 22:17 
GeneralSQL database create Pin
topcatalpha9-Jan-08 23:34
topcatalpha9-Jan-08 23:34 
GeneralRe: SQL database create Pin
topcatalpha10-Jan-08 0:30
topcatalpha10-Jan-08 0:30 
QuestionError:An error has occurred while establishing a connection to the server Pin
My Article9-Jan-08 23:31
My Article9-Jan-08 23:31 
GeneralRe: Error:An error has occurred while establishing a connection to the server Pin
pmarfleet10-Jan-08 4:29
pmarfleet10-Jan-08 4:29 

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.