Click here to Skip to main content
15,888,984 members
Home / Discussions / Database
   

Database

 
GeneralRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
abiemann19-Oct-09 16:07
abiemann19-Oct-09 16:07 
GeneralRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
_Damian S_19-Oct-09 19:52
professional_Damian S_19-Oct-09 19:52 
Questionserver down Pin
baala.m19-Oct-09 3:07
baala.m19-Oct-09 3:07 
AnswerRepeat Pin
Not Active19-Oct-09 3:38
mentorNot Active19-Oct-09 3:38 
GeneralRe: Repeat Pin
scottgp19-Oct-09 5:34
professionalscottgp19-Oct-09 5:34 
GeneralRe: Repeat Pin
Mycroft Holmes19-Oct-09 14:25
professionalMycroft Holmes19-Oct-09 14:25 
Questionconverting nvarchar to smalldatetime Pin
Lalit singh19-Oct-09 1:08
Lalit singh19-Oct-09 1:08 
AnswerRe: converting nvarchar to smalldatetime Pin
Ashfield19-Oct-09 1:18
Ashfield19-Oct-09 1:18 
With the convert function.

declare @a nvarchar(20)
set @a = '1 jul 2009 15:30:45'
select convert(smalldatetime,@a)


Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: converting nvarchar to smalldatetime Pin
Lalit singh19-Oct-09 1:52
Lalit singh19-Oct-09 1:52 
GeneralRe: converting nvarchar to smalldatetime Pin
Ashfield19-Oct-09 8:45
Ashfield19-Oct-09 8:45 
GeneralRe: converting nvarchar to smalldatetime Pin
Lalit singh19-Oct-09 18:40
Lalit singh19-Oct-09 18:40 
GeneralRe: converting nvarchar to smalldatetime Pin
_Damian S_19-Oct-09 19:04
professional_Damian S_19-Oct-09 19:04 
GeneralRe: converting nvarchar to smalldatetime Pin
Ashfield19-Oct-09 20:56
Ashfield19-Oct-09 20:56 
GeneralRe: converting nvarchar to smalldatetime Pin
Lalit singh19-Oct-09 23:08
Lalit singh19-Oct-09 23:08 
GeneralRe: converting nvarchar to smalldatetime Pin
Ashfield20-Oct-09 1:54
Ashfield20-Oct-09 1:54 
GeneralRe: converting nvarchar to smalldatetime Pin
Lalit singh20-Oct-09 2:04
Lalit singh20-Oct-09 2:04 
AnswerRe: converting nvarchar to smalldatetime Pin
Luc Pattyn19-Oct-09 3:29
sitebuilderLuc Pattyn19-Oct-09 3:29 
GeneralRe: converting nvarchar to smalldatetime Pin
Richard MacCutchan19-Oct-09 4:47
mveRichard MacCutchan19-Oct-09 4:47 
AnswerRe: converting nvarchar to smalldatetime Pin
Mycroft Holmes19-Oct-09 14:31
professionalMycroft Holmes19-Oct-09 14:31 
Questionserver down Pin
baala.m18-Oct-09 17:24
baala.m18-Oct-09 17:24 
AnswerRe: server down Pin
Mycroft Holmes18-Oct-09 19:31
professionalMycroft Holmes18-Oct-09 19:31 
AnswerRe: server down Pin
scottgp19-Oct-09 3:06
professionalscottgp19-Oct-09 3:06 
QuestionOrder of evaluation for sub-queries Pin
Steve Holdorf18-Oct-09 9:52
Steve Holdorf18-Oct-09 9:52 
AnswerRe: Order of evaluation for sub-queries Pin
Not Active18-Oct-09 10:45
mentorNot Active18-Oct-09 10:45 
AnswerRe: Order of evaluation for sub-queries Pin
i.j.russell18-Oct-09 11:27
i.j.russell18-Oct-09 11:27 

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.