begin and end
-
i was writing the stored procedure.there i wrote begin and end.Does it mean begin transcaction and end transaction?
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
-
i was writing the stored procedure.there i wrote begin and end.Does it mean begin transcaction and end transaction?
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
No It does not mean begin transaction and end transaction. It is just like fun() { } in C#
Naresh Patel
-
i was writing the stored procedure.there i wrote begin and end.Does it mean begin transcaction and end transaction?
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
I recommend you buy a book on SQL. Guessing isn't a good way to learn.
Christian Graus - Microsoft MVP - C++ "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 )
-
i was writing the stored procedure.there i wrote begin and end.Does it mean begin transcaction and end transaction?
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
Begin and End just specifies the Begning and End of a block not transaction
Shujaat