Click here to Skip to main content
15,903,201 members
Home / Discussions / Database
   

Database

 
GeneralReporting Services Pin
Kant14-Apr-04 9:09
Kant14-Apr-04 9:09 
GeneralSELECT and UPDATE in one statement Pin
iluha14-Apr-04 4:39
iluha14-Apr-04 4:39 
GeneralRe: SELECT and UPDATE in one statement Pin
Janya26-Apr-04 14:44
Janya26-Apr-04 14:44 
GeneralProblem with table format when pulled from SQL Server to Sql Server CE, using RDA Pull Method Pin
JustChiLLin14-Apr-04 1:13
JustChiLLin14-Apr-04 1:13 
Generalthe problem of @@TRANCOUNT--how to eliminate the no.266 error Pin
williamchou13-Apr-04 23:33
williamchou13-Apr-04 23:33 
GeneralRe: the problem of @@TRANCOUNT--how to eliminate the no.266 error Pin
Mike Dimmick14-Apr-04 5:28
Mike Dimmick14-Apr-04 5:28 
GeneralSET DATEFORMAT Pin
monrobot1312-Apr-04 19:13
monrobot1312-Apr-04 19:13 
GeneralRe: SET DATEFORMAT Pin
Mike Dimmick13-Apr-04 4:05
Mike Dimmick13-Apr-04 4:05 
The default value depends on the client program's locale, IIRC.

This option only applies to how date literals are interpreted by the parser; to ensure that date literals are interpreted correctly, whatever locale is in use, you should supply them in ISO format:
yyyymmdd, e.g. today is '20040413'.

For dates supplied by a user, use the parameter features of ADO (i.e. use CADOCommand::AddParameter with the type CADORecordset::typeDate and use COleDateTime or similar to prepare the value).

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: SET DATEFORMAT Pin
monrobot1313-Apr-04 15:20
monrobot1313-Apr-04 15:20 
GeneralFormat Columns Pin
monrobot138-Apr-04 16:42
monrobot138-Apr-04 16:42 
GeneralRe: Format Columns Pin
Colin Angus Mackay9-Apr-04 0:12
Colin Angus Mackay9-Apr-04 0:12 
GeneralRe: Format Columns Pin
monrobot139-Apr-04 6:13
monrobot139-Apr-04 6:13 
GeneralMSDE Deployment Pin
betterc8-Apr-04 5:50
betterc8-Apr-04 5:50 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa13-Apr-04 18:31
Sarvesvara (BVKS) Dasa13-Apr-04 18:31 
GeneralRe: MSDE Deployment Pin
betterc14-Apr-04 0:58
betterc14-Apr-04 0:58 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 1:03
Sarvesvara (BVKS) Dasa14-Apr-04 1:03 
GeneralRe: MSDE Deployment Pin
betterc14-Apr-04 1:03
betterc14-Apr-04 1:03 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 1:06
Sarvesvara (BVKS) Dasa14-Apr-04 1:06 
GeneralRe: MSDE Deployment Pin
betterc14-Apr-04 1:08
betterc14-Apr-04 1:08 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 1:13
Sarvesvara (BVKS) Dasa14-Apr-04 1:13 
GeneralRe: MSDE Deployment Pin
betterc14-Apr-04 1:21
betterc14-Apr-04 1:21 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 1:39
Sarvesvara (BVKS) Dasa14-Apr-04 1:39 
GeneralRe: MSDE Deployment Pin
betterc14-Apr-04 13:51
betterc14-Apr-04 13:51 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 18:45
Sarvesvara (BVKS) Dasa14-Apr-04 18:45 
GeneralADOX & ADO Pin
Shenthil7-Apr-04 19:18
Shenthil7-Apr-04 19:18 

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.