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

Database

 
AnswerRe: SQL LEFT JOIN query Pin
PIEBALDconsult21-Nov-10 3:15
mvePIEBALDconsult21-Nov-10 3:15 
GeneralRe: SQL LEFT JOIN query Pin
Joe Stansfield21-Nov-10 10:01
Joe Stansfield21-Nov-10 10:01 
AnswerRe: SQL LEFT JOIN query Pin
Mycroft Holmes21-Nov-10 13:30
professionalMycroft Holmes21-Nov-10 13:30 
GeneralRe: SQL LEFT JOIN query Pin
Joe Stansfield21-Nov-10 15:58
Joe Stansfield21-Nov-10 15:58 
GeneralRe: SQL LEFT JOIN query Pin
Mycroft Holmes21-Nov-10 16:38
professionalMycroft Holmes21-Nov-10 16:38 
GeneralRe: SQL LEFT JOIN query Pin
Joe Stansfield21-Nov-10 17:09
Joe Stansfield21-Nov-10 17:09 
Questionbest way to save System.Color? Pin
Jassim Rahma20-Nov-10 0:20
Jassim Rahma20-Nov-10 0:20 
AnswerRe: best way to save System.Color? Pin
Goutam Patra20-Nov-10 1:34
professionalGoutam Patra20-Nov-10 1:34 
Try saving as argb
color.Red.ToArgb().ToString

or in HEX
color.Red.ToArgb().ToString ( "X8" )


Here [^] is a good example of serializing color. Take a look at the PIEBALDconsult's 2nd reply. Although the original thread is about returning color from webservice but still you could get an idea about it. I loved that post
GeneralRe: best way to save System.Color? Pin
Luc Pattyn20-Nov-10 3:23
sitebuilderLuc Pattyn20-Nov-10 3:23 
GeneralRe: best way to save System.Color? Pin
PIEBALDconsult20-Nov-10 12:38
mvePIEBALDconsult20-Nov-10 12:38 
Questionselect a random record Pin
Jassim Rahma19-Nov-10 23:52
Jassim Rahma19-Nov-10 23:52 
AnswerRe: select a random record Pin
Blue_Boy20-Nov-10 2:37
Blue_Boy20-Nov-10 2:37 
AnswerRe: select a random record Pin
Niladri_Biswas22-Nov-10 2:25
Niladri_Biswas22-Nov-10 2:25 
Questionsave total time in mysql Pin
Jassim Rahma19-Nov-10 23:46
Jassim Rahma19-Nov-10 23:46 
AnswerRe: save total time in mysql Pin
Eddy Vluggen20-Nov-10 5:43
professionalEddy Vluggen20-Nov-10 5:43 
QuestionDatabase administrator Pin
future383919-Nov-10 12:21
future383919-Nov-10 12:21 
AnswerRe: Database administrator Pin
Dr.Walt Fair, PE19-Nov-10 13:59
professionalDr.Walt Fair, PE19-Nov-10 13:59 
AnswerRe: Database administrator Pin
PIEBALDconsult19-Nov-10 14:31
mvePIEBALDconsult19-Nov-10 14:31 
QuestionOnly get top X rows of a stored procedure's results set Pin
Brian C Hart19-Nov-10 8:06
professionalBrian C Hart19-Nov-10 8:06 
AnswerRe: Only get top X rows of a stored procedure's results set Pin
Eddy Vluggen19-Nov-10 8:14
professionalEddy Vluggen19-Nov-10 8:14 
GeneralRe: Only get top X rows of a stored procedure's results set **QUESTION ANSWERED** Pin
Brian C Hart19-Nov-10 8:39
professionalBrian C Hart19-Nov-10 8:39 
GeneralRe: Only get top X rows of a stored procedure's results set **QUESTION ANSWERED** Pin
Eddy Vluggen19-Nov-10 9:53
professionalEddy Vluggen19-Nov-10 9:53 
AnswerRe: Only get top X rows of a stored procedure's results set Pin
Chris Meech19-Nov-10 8:23
Chris Meech19-Nov-10 8:23 
GeneralRe: Only get top X rows of a stored procedure's results set Pin
Brian C Hart19-Nov-10 8:39
professionalBrian C Hart19-Nov-10 8:39 
QuestionWritting to a database Pin
Tichaona J19-Nov-10 4:31
Tichaona J19-Nov-10 4:31 

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.