Click here to Skip to main content
15,897,891 members
Home / Discussions / Database
   

Database

 
AnswerRe: How rollback tran in while loop Pin
Pranay Rana25-Feb-10 21:27
professionalPranay Rana25-Feb-10 21:27 
Questionjavascript calculation total not working Pin
esebagel25-Feb-10 10:40
esebagel25-Feb-10 10:40 
AnswerRe: javascript calculation total not working Pin
i.j.russell25-Feb-10 10:49
i.j.russell25-Feb-10 10:49 
GeneralRe: javascript calculation total not working Pin
esebagel25-Feb-10 10:55
esebagel25-Feb-10 10:55 
QuestionWriting Date back to SQL Anywhere DB - Exception Thrown Pin
MWRivera25-Feb-10 10:01
MWRivera25-Feb-10 10:01 
AnswerRe: Writing Date back to SQL Anywhere DB - Exception Thrown Pin
Richard MacCutchan25-Feb-10 10:34
mveRichard MacCutchan25-Feb-10 10:34 
GeneralRe: Writing Date back to SQL Anywhere DB - Exception Thrown Pin
MWRivera25-Feb-10 10:46
MWRivera25-Feb-10 10:46 
GeneralRe: Writing Date back to SQL Anywhere DB - Exception Thrown Pin
Richard MacCutchan25-Feb-10 11:29
mveRichard MacCutchan25-Feb-10 11:29 
MWRivera wrote:
I have the format as yyyy-MM-dd as this is the format of the existing dates in the database


Unless you are storing your dates as strings then this is not the case. Dates in databases should always be stored as DateTime types which is the UTC value of the date and time. It is only when you need to display them that the actual formatting takes place, when it should be in accordance with your regional settings.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

GeneralRe: Writing Date back to SQL Anywhere DB - Exception Thrown Pin
MWRivera1-Mar-10 6:13
MWRivera1-Mar-10 6:13 
Question<ROOT> xml sql Pin
Qendro25-Feb-10 9:26
Qendro25-Feb-10 9:26 
AnswerRe: xml sql Pin
Mycroft Holmes25-Feb-10 10:57
professionalMycroft Holmes25-Feb-10 10:57 
GeneralRe: xml sql Pin
Not Active25-Feb-10 14:16
mentorNot Active25-Feb-10 14:16 
GeneralRe: xml sql Pin
Mycroft Holmes25-Feb-10 14:22
professionalMycroft Holmes25-Feb-10 14:22 
GeneralRe: xml sql Pin
SilimSayo26-Feb-10 9:48
SilimSayo26-Feb-10 9:48 
GeneralRe: xml sql Pin
Mycroft Holmes26-Feb-10 10:54
professionalMycroft Holmes26-Feb-10 10:54 
GeneralRe: xml sql Pin
SilimSayo27-Feb-10 18:13
SilimSayo27-Feb-10 18:13 
GeneralRe: xml sql Pin
Mycroft Holmes27-Feb-10 20:51
professionalMycroft Holmes27-Feb-10 20:51 
GeneralRe: xml sql Pin
SilimSayo1-Mar-10 16:43
SilimSayo1-Mar-10 16:43 
GeneralRe: xml sql Pin
Mycroft Holmes1-Mar-10 18:10
professionalMycroft Holmes1-Mar-10 18:10 
AnswerRe: xml sql Pin
Not Active25-Feb-10 14:15
mentorNot Active25-Feb-10 14:15 
QuestionSQL Server re-installs when already installed Pin
Rich Leyshon25-Feb-10 8:17
Rich Leyshon25-Feb-10 8:17 
AnswerRe: SQL Server re-installs when already installed Pin
Mycroft Holmes25-Feb-10 10:54
professionalMycroft Holmes25-Feb-10 10:54 
QuestionSQL Server Exported Text File Differences Pin
Member 450523625-Feb-10 3:18
Member 450523625-Feb-10 3:18 
QuestionQuery / Design Optimization help Pin
Laddie24-Feb-10 20:05
Laddie24-Feb-10 20:05 
AnswerRe: Query / Design Optimization help Pin
Chris Meech25-Feb-10 7:00
Chris Meech25-Feb-10 7:00 

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.