Click here to Skip to main content
15,914,500 members
Home / Discussions / Database
   

Database

 
Questionis it recommended to have SQL2005 Express along with MSSQL server 2005 Pin
sangramkp19-Apr-07 1:44
sangramkp19-Apr-07 1:44 
AnswerRe: is it recommended to have SQL2005 Express along with MSSQL server 2005 Pin
kubben19-Apr-07 1:59
kubben19-Apr-07 1:59 
AnswerRe: is it recommended to have SQL2005 Express along with MSSQL server 2005 Pin
Aaron VanWieren19-Apr-07 8:06
Aaron VanWieren19-Apr-07 8:06 
QuestionSQL Query Pin
Care Career19-Apr-07 1:41
Care Career19-Apr-07 1:41 
AnswerRe: SQL Query Pin
kubben19-Apr-07 2:02
kubben19-Apr-07 2:02 
QuestionInsert Date using oledbcommand Pin
cocoonwls19-Apr-07 0:18
cocoonwls19-Apr-07 0:18 
AnswerRe: Insert Date using oledbcommand Pin
Kschuler19-Apr-07 10:27
Kschuler19-Apr-07 10:27 
GeneralRe: Insert Date using oledbcommand Pin
cocoonwls19-Apr-07 15:52
cocoonwls19-Apr-07 15:52 
Hi,
Thanks for your reply.I have found the mistake.The Date value should put "#" symbol infront and after the variable, as below:

strInsert = "INSERT INTO Alarms (DateIn, TimeIn, Description) VALUES (#" +dateTimePicker1.Value+ "#,#" +dateTimePicker1.Value+ "#,'e')"

regards
cocoonwls
QuestionSelect count and select Pin
N a v a n e e t h18-Apr-07 22:37
N a v a n e e t h18-Apr-07 22:37 
AnswerRe: Select count and select Pin
Pete O'Hanlon18-Apr-07 22:50
mvePete O'Hanlon18-Apr-07 22:50 
AnswerRe: Select count and select Pin
Colin Angus Mackay18-Apr-07 22:56
Colin Angus Mackay18-Apr-07 22:56 
GeneralRe: Select count and select Pin
N a v a n e e t h19-Apr-07 1:22
N a v a n e e t h19-Apr-07 1:22 
GeneralRe: Select count and select Pin
Colin Angus Mackay19-Apr-07 1:46
Colin Angus Mackay19-Apr-07 1:46 
GeneralRe: Select count and select Pin
N a v a n e e t h19-Apr-07 2:58
N a v a n e e t h19-Apr-07 2:58 
Questiondata moving Pin
tradakad18-Apr-07 22:16
tradakad18-Apr-07 22:16 
AnswerRe: data moving Pin
Colin Angus Mackay18-Apr-07 22:25
Colin Angus Mackay18-Apr-07 22:25 
GeneralRe: data moving Pin
tradakad18-Apr-07 22:47
tradakad18-Apr-07 22:47 
GeneralRe: data moving Pin
Mike Dimmick19-Apr-07 3:17
Mike Dimmick19-Apr-07 3:17 
GeneralRe: data moving Pin
Colin Angus Mackay19-Apr-07 3:25
Colin Angus Mackay19-Apr-07 3:25 
Questionupdate statement syntax error Pin
rkherath18-Apr-07 21:45
rkherath18-Apr-07 21:45 
AnswerRe: update statement syntax error Pin
Colin Angus Mackay18-Apr-07 22:24
Colin Angus Mackay18-Apr-07 22:24 
GeneralRe: update statement syntax error Pin
rkherath18-Apr-07 22:46
rkherath18-Apr-07 22:46 
Questionshow tables Pin
tradakad18-Apr-07 20:35
tradakad18-Apr-07 20:35 
AnswerRe: show tables Pin
gauthee18-Apr-07 20:55
gauthee18-Apr-07 20:55 
GeneralRe: show tables Pin
tradakad18-Apr-07 21:46
tradakad18-Apr-07 21:46 

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.