Click here to Skip to main content
15,892,161 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL 2005 CLR trigger and TCPClient Pin
Mark J. Miller28-Feb-07 10:26
Mark J. Miller28-Feb-07 10:26 
GeneralRe: SQL 2005 CLR trigger and TCPClient Pin
Nico Patitz28-Feb-07 22:23
Nico Patitz28-Feb-07 22:23 
GeneralRe: SQL 2005 CLR trigger and TCPClient Pin
Mark J. Miller1-Mar-07 5:43
Mark J. Miller1-Mar-07 5:43 
QuestionDispalying a blank instead of null. Pin
minkinin28-Feb-07 1:34
minkinin28-Feb-07 1:34 
AnswerRe: Dispalying a blank instead of null. Pin
kubben28-Feb-07 2:53
kubben28-Feb-07 2:53 
GeneralRe: Dispalying a blank instead of null. Pin
minkinin28-Feb-07 19:35
minkinin28-Feb-07 19:35 
GeneralRe: Dispalying a blank instead of null. Pin
sam#28-Feb-07 20:27
sam#28-Feb-07 20:27 
GeneralRe: Dispalying a blank instead of null. Pin
kubben1-Mar-07 1:18
kubben1-Mar-07 1:18 
I am suprised it doesn't work since I use the techique all over the place. So if your existing query is:
Select Name, TimeIN, TimeOUT from yourTable

All you should have to do is:
Select Name, TimeIN, IsNull(TimeOut,'') as 'TimeOut' from yourTable

If you are using Sql server. If you ask me it is really best to handle this sort of thing on the database side in what you are passing to .net then try to handle it in .net.

Ben
Questiondatabound controls Pin
Kunal P28-Feb-07 1:18
Kunal P28-Feb-07 1:18 
AnswerRe: databound controls Pin
Sylvester george28-Feb-07 21:24
Sylvester george28-Feb-07 21:24 
GeneralRe: databound controls Pin
Kunal P1-Mar-07 1:51
Kunal P1-Mar-07 1:51 
QuestionRe: databound controls Pin
Kunal P1-Mar-07 3:33
Kunal P1-Mar-07 3:33 
AnswerRe: databound controls Pin
Sylvester george1-Mar-07 6:58
Sylvester george1-Mar-07 6:58 
QuestionRe: databound controls Pin
Kunal P1-Mar-07 19:23
Kunal P1-Mar-07 19:23 
QuestionString Replace in SQL Server 2000 Pin
Bulky Fellow28-Feb-07 1:18
Bulky Fellow28-Feb-07 1:18 
AnswerRe: String Replace in SQL Server 2000 Pin
Sylvester george28-Feb-07 1:43
Sylvester george28-Feb-07 1:43 
GeneralRe: String Replace in SQL Server 2000 Pin
Amit Agarrwal28-Feb-07 1:53
Amit Agarrwal28-Feb-07 1:53 
GeneralRe: String Replace in SQL Server 2000 Pin
Bulky Fellow28-Feb-07 1:56
Bulky Fellow28-Feb-07 1:56 
GeneralRe: String Replace in SQL Server 2000 Pin
Sylvester george28-Feb-07 2:01
Sylvester george28-Feb-07 2:01 
AnswerRe: String Replace in SQL Server 2000 Pin
mareers28-Feb-07 21:44
mareers28-Feb-07 21:44 
QuestionUsername and Password of Sql Server2005 Pin
Amit Agarrwal28-Feb-07 1:08
Amit Agarrwal28-Feb-07 1:08 
AnswerRe: Username and Password of Sql Server2005 Pin
Saira Tanwir28-Feb-07 8:50
Saira Tanwir28-Feb-07 8:50 
GeneralRe: Username and Password of Sql Server2005 Pin
Amit Agarrwal28-Feb-07 18:07
Amit Agarrwal28-Feb-07 18:07 
QuestionRetrieving subset of DataTable as DataTable Pin
Tristan Rhodes27-Feb-07 22:31
Tristan Rhodes27-Feb-07 22:31 
AnswerRe: Retrieving subset of DataTable as DataTable Pin
kubben28-Feb-07 2:58
kubben28-Feb-07 2:58 

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.