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

Database

 
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 
QuestionStoring Word document (*.doc) in SQL Server Pin
QuanThanh23-Mar-07 17:39
QuanThanh23-Mar-07 17:39 
AnswerRe: Storing Word document (*.doc) in SQL Server Pin
Christian Graus23-Mar-07 17:56
protectorChristian Graus23-Mar-07 17:56 
GeneralRe: Storing Word document (*.doc) in SQL Server Pin
QuanThanh26-Mar-07 5:32
QuanThanh26-Mar-07 5:32 
AnswerRe: Storing Word document (*.doc) in SQL Server Pin
S Douglas24-Mar-07 23:01
professionalS Douglas24-Mar-07 23:01 
GeneralRe: Storing Word document (*.doc) in SQL Server Pin
QuanThanh25-Mar-07 6:07
QuanThanh25-Mar-07 6:07 
Questionimage storage Pin
amruta_muley23-Mar-07 7:04
amruta_muley23-Mar-07 7:04 
AnswerRe: image storage Pin
Frank Kerrigan23-Mar-07 8:29
Frank Kerrigan23-Mar-07 8:29 
AnswerRe: image storage Pin
amruta_muley25-Mar-07 17:04
amruta_muley25-Mar-07 17:04 
AnswerRe: image storage Pin
amruta_muley25-Mar-07 17:14
amruta_muley25-Mar-07 17:14 
QuestionSQL attach problem Pin
samerh23-Mar-07 3:06
samerh23-Mar-07 3:06 
QuestionHow to communicate with my database over the Internet Pin
ComCoderCsharp23-Mar-07 3:03
ComCoderCsharp23-Mar-07 3:03 
AnswerRe: How to communicate with my database over the Internet Pin
Colin Angus Mackay23-Mar-07 4:14
Colin Angus Mackay23-Mar-07 4:14 
Questionouter joins in Oracle SQL Pin
Member 67364923-Mar-07 0:32
Member 67364923-Mar-07 0:32 
AnswerRe: outer joins in Oracle SQL Pin
andyharman23-Mar-07 3:23
professionalandyharman23-Mar-07 3:23 

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.