Click here to Skip to main content
15,913,163 members
Home / Discussions / Database
   

Database

 
QuestionNull value Pin
Icarus12326-Mar-07 1:44
Icarus12326-Mar-07 1:44 
AnswerRe: Null value Pin
szukuro26-Mar-07 2:49
szukuro26-Mar-07 2:49 
QuestionDatabase Attach error Pin
samerh26-Mar-07 0:39
samerh26-Mar-07 0:39 
QuestionNeed query............. [modified] Pin
Member 387988125-Mar-07 20:53
Member 387988125-Mar-07 20:53 
AnswerRe: Need query............. Pin
Harini N K25-Mar-07 22:07
Harini N K25-Mar-07 22:07 
GeneralRe: Need query............. Pin
N a v a n e e t h25-Mar-07 22:34
N a v a n e e t h25-Mar-07 22:34 
GeneralRe: Need query............. Pin
PlayByTheRules26-Mar-07 0:17
PlayByTheRules26-Mar-07 0:17 
QuestionHow to create an new database by using XSD Schemas? Pin
Gywox24-Mar-07 17:24
Gywox24-Mar-07 17:24 
Questionhow to make PC2 access the Database in PC1 Pin
marwan_siala23-Mar-07 23:07
marwan_siala23-Mar-07 23:07 
AnswerRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 3:48
Colin Angus Mackay24-Mar-07 3:48 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 5:23
marwan_siala24-Mar-07 5:23 
GeneralRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 5:28
Colin Angus Mackay24-Mar-07 5:28 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 5:39
marwan_siala24-Mar-07 5:39 
GeneralRe: how to make PC2 access the Database in PC1 Pin
Colin Angus Mackay24-Mar-07 5:56
Colin Angus Mackay24-Mar-07 5:56 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala24-Mar-07 6:26
marwan_siala24-Mar-07 6:26 
GeneralRe: how to make PC2 access the Database in PC1 Pin
marwan_siala29-Mar-07 21:53
marwan_siala29-Mar-07 21:53 
QuestionDoubt in Stored procedure Pin
Prashant C23-Mar-07 19:56
Prashant C23-Mar-07 19:56 
AnswerRe: Doubt in Stored procedure Pin
N a v a n e e t h23-Mar-07 20:13
N a v a n e e t h23-Mar-07 20:13 
GeneralRe: Doubt in Stored procedure Pin
Mark Greenwood24-Mar-07 2:03
Mark Greenwood24-Mar-07 2:03 
GeneralRe: Doubt in Stored procedure Pin
M.H.1.2.325-Mar-07 18:07
M.H.1.2.325-Mar-07 18:07 
QuestionStored Procedure Pin
yaminilatha23-Mar-07 18:28
yaminilatha23-Mar-07 18:28 
AnswerRe: Stored Procedure Pin
Christian Graus23-Mar-07 18:33
protectorChristian Graus23-Mar-07 18:33 
yaminilatha wrote:
where and how is it saved


Inside your database.

yaminilatha wrote:
how is error handling done to the procedure


You can do error handing inside the proc by checking the @@error value.

yaminilatha wrote:
If any error occours where is it thrown.


If things break bad enough, you'll get an exceptin thrown in your calling code. But, you can handle most errors in your proc.

It really is hard to say more, without knowing what language you're using to call the proc. .NET languages define exceptions you can catch that are specific to DB calls.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Stored Procedure Pin
yaminilatha29-Mar-07 2:25
yaminilatha29-Mar-07 2:25 
AnswerRe: Stored Procedure Pin
N a v a n e e t h23-Mar-07 20:14
N a v a n e e t h23-Mar-07 20:14 
GeneralRe: Stored Procedure Pin
yaminilatha29-Mar-07 2:29
yaminilatha29-Mar-07 2:29 

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.