Click here to Skip to main content
15,889,992 members
Home / Discussions / Database
   

Database

 
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 
Questionmaster.dbo.spt_values means?????? Pin
under281122-Jun-05 23:23
under281122-Jun-05 23:23 
QuestionList All Triggers in Database ? Pin
Andre.Net22-Jun-05 22:20
Andre.Net22-Jun-05 22:20 
GeneralADO.NET --> Dataset... Pin
Khanh Duy22-Jun-05 16:32
Khanh Duy22-Jun-05 16:32 
GeneralRe: ADO.NET --> Dataset... Pin
Sindhu Saravanan28-Jun-05 4:03
sussSindhu Saravanan28-Jun-05 4:03 
GeneralMicrosoft.JET Engine- need help Pin
...---...22-Jun-05 15:50
...---...22-Jun-05 15:50 
GeneralObject must implement IConvertible Pin
gharryh22-Jun-05 8:05
gharryh22-Jun-05 8:05 
GeneralBARCODE (Code39) Pin
OMalleyW22-Jun-05 7:42
OMalleyW22-Jun-05 7:42 
GeneralAny Comments? Pin
OMalleyW23-Jun-05 3:51
OMalleyW23-Jun-05 3:51 
GeneralRe: BARCODE (Code39) Pin
Mike Dimmick24-Jun-05 2:38
Mike Dimmick24-Jun-05 2:38 
GeneralRe: BARCODE (Code39) Pin
OMalleyW24-Jun-05 4:12
OMalleyW24-Jun-05 4:12 
GeneralRe: BARCODE (Code39) Pin
Ian Darling29-Jun-05 23:22
Ian Darling29-Jun-05 23:22 
GeneralRe: BARCODE (Code39) Pin
OMalleyW30-Jun-05 10:58
OMalleyW30-Jun-05 10:58 
GeneralRe: BARCODE (Code39) Pin
Ian Darling30-Jun-05 12:15
Ian Darling30-Jun-05 12:15 
GeneralRe: BARCODE (Code39) Pin
Ian Darling30-Jun-05 12:54
Ian Darling30-Jun-05 12:54 

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.