Dstart
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 8 articles for 0.000 sec
Re: problem with date     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Dstart in microsoft.public.sqlserver.setup
Author: Mark
Date: Aug 2, 2007 07:40

...DateTime dend = new DateTime(2007,2,13); comd.CommandText = "insert into mytable (datbegin,datend) values(@dstart, @dend)"; comd.Parameters.AddWithValue("@dstart", dbeg); comd.Parameters.AddWithValue("@dend", dend); This will make sure the data is passed as a DateTime. 2) Another ...
Show full article (2.79Kb) · Show article thread
Re: problem with date     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Dstart in microsoft.public.sqlserver.setup
Author: Jesse Houwing
Date: Aug 2, 2007 05:44

...DateTime dend = new DateTime(2007,2,13); comd.CommandText = "insert into mytable (datbegin,datend) values(@dstart, @dend)"; comd.Parameters.AddWithValue("@dstart", dbeg); comd.Parameters.AddWithValue("@dend", dend); This will make sure the data is passed as a DateTime. 2) Another option ...
Show full article (2.55Kb) · Show article thread
Re: problem with date     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Dstart in microsoft.public.sqlserver.setup
Author: Jesse Houwing
Date: Aug 2, 2007 05:32

...the date as a string. DateTime sbeg = new DateTime(2007,2,8); comd.CommandText = "insert into mytable (datbegin,datend) values(@dstart, @dend)" comd.Parameters.Add(new SqlParameter("@dstart", dbeg)); comd.Parameters.Add(new SqlParameter("@dend", dend)); This will make
Show full article (1.31Kb) · Show article thread
Re: Group by clause     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Dstart in microsoft.public.fox.vfp.queriessql
Author: Cindy Winegarden
Date: Mar 26, 2007 08:52

... in VFP 7 when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) as Dend, military1 as tStart, military2 as tEnd,orno as Croom, ; cweeks as cWeeks, cDays as Cdays, laway as laway, cawaydsc as cdsc,CRANGGRPID as rangegroupid ; ...
Show full article (2.36Kb)
Re: Group by clause     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Dstart in microsoft.public.fox.vfp.queriessql
Author: apa
Date: Mar 26, 2007 08:49

... fine in VFP 7 when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) as Dend, military1 as tStart, military2 as tEnd,orno as Croom, ; cweeks as cWeeks, cDays as Cdays, laway as laway, cawaydsc as cdsc,CRANGGRPID as rangegroupid ; ...
Show full article (2.01Kb)
Re: Group by clause     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Dstart in microsoft.public.fox.vfp.queriessql
Author: Cindy Winegarden
Date: Mar 23, 2007 08:38

...works fine in VFP 7 when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) as Dend, military1 as tStart, military2 as tEnd,orno as Croom, ; cweeks as cWeeks, cDays as Cdays, laway as laway, cawaydsc as cdsc,CRANGGRPID as rangegroupid ; ...
Show full article (1.68Kb)
Re: Group by clause     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Dstart in microsoft.public.fox.vfp.queriessql
Author: apa
Date: Mar 22, 2007 10:20

... works fine in VFP 7 when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) as Dend, military1 as tStart, military2 as tEnd,orno as Croom, ; cweeks as cWeeks, cDays as Cdays, laway as laway, cawaydsc as cdsc,CRANGGRPID as rangegroupid ; FROM ...
Show full article (0.76Kb) · Show article thread
Group by clause     

Group: microsoft.public.fox.vfp.queriessql · Group Profile · Search for Dstart in microsoft.public.fox.vfp.queriessql
Author: apa
Date: Mar 22, 2007 09:54

...thing works fine in VFP 7 when i try to execute it, but in version 9 it gives me an error GROUP By clause missing or invalid. Anything im missing here? SELECT MIN(workdate) as DStart, MAX(workdate) as Dend, military1 as tStart, military2 as tEnd,orno as Croom, ; cweeks as cWeeks, cDays as Cdays, laway as laway, cawaydsc as cdsc,CRANGGRPID as rangegroupid ; FROM staffdtl ;...
Show full article (0.54Kb)