Click here to Skip to main content
16,012,110 members
Home / Discussions / Database
   

Database

 
GeneralRe: Columns or Rows - Which will consume more DB Space ? Pin
N a v a n e e t h16-May-07 17:55
N a v a n e e t h16-May-07 17:55 
QuestionFull-text searching of xml Pin
slappe16-May-07 3:40
slappe16-May-07 3:40 
QuestionInsert Stored Procedure taking values from vb Help [modified] Pin
Vimalsoft(Pty) Ltd16-May-07 2:48
professionalVimalsoft(Pty) Ltd16-May-07 2:48 
AnswerRe: Insert Stored Procedure taking values from vb Help Pin
Dave Kreskowiak16-May-07 4:49
mveDave Kreskowiak16-May-07 4:49 
GeneralRe: Insert Stored Procedure taking values from vb Help Pin
Vimalsoft(Pty) Ltd16-May-07 4:55
professionalVimalsoft(Pty) Ltd16-May-07 4:55 
QuestionDateTime Timestamp Pin
Senseicads16-May-07 1:59
Senseicads16-May-07 1:59 
AnswerRe: DateTime Timestamp Pin
gauthee16-May-07 2:42
gauthee16-May-07 2:42 
GeneralRe: DateTime Timestamp Pin
Senseicads16-May-07 3:13
Senseicads16-May-07 3:13 
The error could be at both, sorry that doesn't help does it.

If i do the (CONVERT(CHAR(10), dt_requested,103) as datetime) using the value 103 as the type which is the british datetime(what I want)then I get a convert error at the database level of

The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.

when running my select on the view. If i do it using the american standard which is 101...i think... then I get the error at the app level because my app is using expecting dates to be in the british format. That make sense? The problem comes with the way the DateTime is initially automatically stored in the database as this is stored in the british format as per my localisation settings.

I don't want to have to string format my dates whenever i use them so any help would be appreciated.

Cheers

Ian
Questionhow to drop a column Pin
ArchaBhandare15-May-07 23:50
ArchaBhandare15-May-07 23:50 
AnswerRe: how to drop a column Pin
Arun.Immanuel15-May-07 23:55
Arun.Immanuel15-May-07 23:55 
AnswerRe: how to drop a column Pin
chand1015-May-07 23:59
chand1015-May-07 23:59 
QuestionI want to insert COUNT(*) and SUM(column1) values into another table? Pin
chand1015-May-07 23:31
chand1015-May-07 23:31 
AnswerRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
Arun.Immanuel15-May-07 23:52
Arun.Immanuel15-May-07 23:52 
GeneralRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
chand1016-May-07 1:01
chand1016-May-07 1:01 
AnswerRe: I want to insert COUNT(*) and SUM(column1) values into another table? Pin
WoutL16-May-07 0:22
WoutL16-May-07 0:22 
Questionextern key Pin
WhiteGirl2315-May-07 23:03
WhiteGirl2315-May-07 23:03 
QuestionInstrument Specifications Pin
chancomsats15-May-07 19:45
chancomsats15-May-07 19:45 
QuestionProblem in populating Datagrid with Stored Procedure? Pin
chand1015-May-07 19:18
chand1015-May-07 19:18 
AnswerRe: Problem in populating Datagrid with Stored Procedure? Pin
gauthee15-May-07 19:40
gauthee15-May-07 19:40 
QuestionRe: Problem in populating Datagrid with Stored Procedure? [modified] Pin
chand1015-May-07 20:06
chand1015-May-07 20:06 
AnswerRe: Problem in populating Datagrid with Stored Procedure? Pin
gauthee15-May-07 20:49
gauthee15-May-07 20:49 
GeneralRe: Problem in populating Datagrid with Stored Procedure? [modified] Pin
chand1015-May-07 21:35
chand1015-May-07 21:35 
GeneralRe: Problem in populating Datagrid with Stored Procedure? Pin
gauthee15-May-07 23:27
gauthee15-May-07 23:27 
QuestionAn unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Pin
tomertro15-May-07 10:24
tomertro15-May-07 10:24 
AnswerRe: An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Pin
chand1015-May-07 22:05
chand1015-May-07 22:05 

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.