Hi,
Does any one know how to insert into multiple tables in one parameterised stored procedure?
I am having table A, table B and table C. All have one column in common which is also primary key for each table. Is it possible to insert values into all the three tables in one single stored...
Hi all,
I am trying to store object(user defined) into array and then display it when required.
eg:
function E(fieldname,msg)
{
// initialize the member variables for this instance
this.x= fieldname;
this.y= msg;
// initialize the member function references
this.getFieldname =...
Thank you Francescina.
Explanation:
table A,table B,table C.
First table A needs to be updated,then table B and then table C in sequence.
If any thing goes wrong at the stage of updating table B or C the whole updation process should rollback.
There by creating a transaction.
I know query...
I want to access returned String from JavaScript in JScript
eg:
This will be javaScript part,this method gets the input from other javasript methods
function showerrors()
{
return "some error message;
}
in JScript
i wish to access like this
<%=showerrors()%>
Is i possible?
when i access...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.