Click here to Skip to main content
15,899,825 members
Home / Discussions / Database
   

Database

 
GeneralSQL Datetime - Independent Format Pin
Seraphin24-Jun-05 0:38
Seraphin24-Jun-05 0:38 
GeneralRe: SQL Datetime - Independent Format Pin
Colin Angus Mackay24-Jun-05 3:42
Colin Angus Mackay24-Jun-05 3:42 
GeneralRe: SQL Datetime - Independent Format Pin
Seraphin25-Jun-05 3:44
Seraphin25-Jun-05 3:44 
GeneralDateTime datatype Pin
Blue_Skye23-Jun-05 18:09
Blue_Skye23-Jun-05 18:09 
GeneralRe: DateTime datatype Pin
Colin Angus Mackay23-Jun-05 21:06
Colin Angus Mackay23-Jun-05 21:06 
GeneralRe: DateTime datatype Pin
Yulianto.23-Jun-05 21:29
Yulianto.23-Jun-05 21:29 
GeneralRe: DateTime datatype Pin
Colin Angus Mackay23-Jun-05 23:07
Colin Angus Mackay23-Jun-05 23:07 
GeneralRe: DateTime datatype Pin
Yulianto.24-Jun-05 16:18
Yulianto.24-Jun-05 16:18 
GeneralRe: DateTime datatype Pin
Blue_Skye24-Jun-05 18:59
Blue_Skye24-Jun-05 18:59 
GeneralRe: DateTime datatype Pin
Colin Angus Mackay24-Jun-05 21:31
Colin Angus Mackay24-Jun-05 21:31 
GeneralRe: DateTime datatype Pin
Colin Angus Mackay24-Jun-05 21:28
Colin Angus Mackay24-Jun-05 21:28 
GeneralParameterized query Pin
csylesh23-Jun-05 6:43
csylesh23-Jun-05 6:43 
GeneralRe: Parameterized query Pin
Javier Lozano23-Jun-05 16:59
Javier Lozano23-Jun-05 16:59 
GeneralRe: Parameterized query Pin
Colin Angus Mackay23-Jun-05 21:09
Colin Angus Mackay23-Jun-05 21:09 
GeneralRe: Parameterized query Pin
csylesh24-Jun-05 7:56
csylesh24-Jun-05 7:56 
GeneralRe: Parameterized query Pin
Colin Angus Mackay24-Jun-05 8:04
Colin Angus Mackay24-Jun-05 8:04 
GeneralRe: Parameterized query Pin
csylesh27-Jun-05 6:33
csylesh27-Jun-05 6:33 
GeneralUnderstanding of Execution Plan????? Pls help me out!! Pin
under281123-Jun-05 3:54
under281123-Jun-05 3:54 
GeneralRe: Understanding of Execution Plan????? Pls help me out!! Pin
Colin Angus Mackay23-Jun-05 4:26
Colin Angus Mackay23-Jun-05 4:26 
GeneralRe: Understanding of Execution Plan????? Pls help me out!! Pin
Mike Dimmick24-Jun-05 3:23
Mike Dimmick24-Jun-05 3:23 
GeneralAbout Store Procedure. Pin
Blue_Skye23-Jun-05 1:22
Blue_Skye23-Jun-05 1:22 
GeneralRe: About Store Procedure. Pin
Colin Angus Mackay23-Jun-05 2:15
Colin Angus Mackay23-Jun-05 2:15 
Immediately after the INSERT statement you can do something like this:
SELECT @errorCode = @@error;

You must do this on the next statment as @@error returns the error code of the previous statement. The SELECT here is to capture the code so it can be used in multiple statements afterwards. Remember to DECLARE your variable before the INSERT statement.


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: About Store Procedure. Pin
Blue_Skye23-Jun-05 5:39
Blue_Skye23-Jun-05 5:39 
QuestionHow I can debug a dll file Pin
Deepa.N22-Jun-05 23:30
Deepa.N22-Jun-05 23:30 
AnswerRe: How I can debug a dll file Pin
Andre.Net23-Jun-05 0:31
Andre.Net23-Jun-05 0:31 

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.