Click here to Skip to main content
15,898,222 members
Home / Discussions / Database
   

Database

 
QuestionREQUEST Pin
NAKRAINC29-Jun-07 18:26
NAKRAINC29-Jun-07 18:26 
AnswerRe: REQUEST Pin
Bassam Saoud29-Jun-07 22:05
Bassam Saoud29-Jun-07 22:05 
AnswerRe: REQUEST Pin
Christian Graus30-Jun-07 0:35
protectorChristian Graus30-Jun-07 0:35 
Questioninstaller with dataBase Pin
Ali el29-Jun-07 6:57
Ali el29-Jun-07 6:57 
AnswerRe: installer with dataBase Pin
Christian Graus30-Jun-07 0:37
protectorChristian Graus30-Jun-07 0:37 
QuestionSQL Server 2005 Express and MSDE Pin
Aisha Ikram29-Jun-07 5:13
Aisha Ikram29-Jun-07 5:13 
AnswerRe: SQL Server 2005 Express and MSDE Pin
originSH29-Jun-07 5:24
originSH29-Jun-07 5:24 
GeneralRe: SQL Server 2005 Express and MSDE Pin
Aisha Ikram29-Jun-07 5:59
Aisha Ikram29-Jun-07 5:59 
GeneralRe: SQL Server 2005 Express and MSDE Pin
originSH29-Jun-07 6:05
originSH29-Jun-07 6:05 
GeneralRe: SQL Server 2005 Express and MSDE Pin
Aisha Ikram2-Jul-07 0:15
Aisha Ikram2-Jul-07 0:15 
QuestionInserting a item into a combo box that is bound to a binding source. Pin
steve_rm29-Jun-07 4:35
steve_rm29-Jun-07 4:35 
AnswerRe: Inserting a item into a combo box that is bound to a binding source. Pin
Michael Potter29-Jun-07 8:29
Michael Potter29-Jun-07 8:29 
QuestionASP convert date Pin
Tom Francis29-Jun-07 3:35
Tom Francis29-Jun-07 3:35 
AnswerRe: ASP convert date Pin
leckey29-Jun-07 4:13
leckey29-Jun-07 4:13 
AnswerRe: ASP convert date Pin
SHatchard29-Jun-07 4:26
SHatchard29-Jun-07 4:26 
GeneralRe: ASP convert date Pin
Tom Francis29-Jun-07 5:19
Tom Francis29-Jun-07 5:19 
AnswerRe: ASP convert date Pin
Mike Dimmick29-Jun-07 7:03
Mike Dimmick29-Jun-07 7:03 
QuestionRegarding stored procedure parameters Pin
mukkanti00729-Jun-07 1:55
mukkanti00729-Jun-07 1:55 
AnswerRe: Regarding stored procedure parameters Pin
kubben29-Jun-07 2:01
kubben29-Jun-07 2:01 
NewsNAKRA FINAL Pin
NAKRAINC29-Jun-07 1:45
NAKRAINC29-Jun-07 1:45 
Questionhow to enter date Pin
ArchaBhandare29-Jun-07 0:37
ArchaBhandare29-Jun-07 0:37 
QuestionDate time storing null values Pin
Rajiya28-Jun-07 23:11
Rajiya28-Jun-07 23:11 
Hi,

I am having a stored procedure whose output directly binds to the datagrid. The procedure is having a select query as follows:

SELECT P. Project_id as ID, P.Project_Name as Name , P.Project_version as Version , P.Project_Description as Description ,Convert (VarChar(15), P.projected_start_date,106) as ProjectedStartDate , Convert(VarChar(15),P.projected_end_date,106) as ProjectedEndDate,P.actual_start_date as ActualStartDate, P.actual_completion_date as ActualCompletionDate
FROM tblProjects P
INNER JOIN tblProjectType PT ON P.Project_Type_Id = PT.Project_Type_Id
/*ORDER BY P. project_type_id*/
WHERE P.is_active=1

Here the ActualStartDate and ActualCompletionDate can have some mininum date value like '11/09/1753' or the actual dates entered by the user. If the ActualStartDate is '11/09/1753' then i want the to get it as null or empty string and then bind it to the datagrid. so in the datagrid under the ActualStartDate where '11/09/1753' is present, it will actually display null or empty.

Thanks,

Riz
AnswerRe: Date time storing null values Pin
aamironline29-Jun-07 1:50
aamironline29-Jun-07 1:50 
GeneralRe: Date time storing null values Pin
Rajiya29-Jun-07 1:59
Rajiya29-Jun-07 1:59 
GeneralRe: Date time storing null values Pin
kguinn3-Jul-07 8:06
kguinn3-Jul-07 8:06 

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.