Hi,
In my asp page using javascript, I add some data to an SQL Table using .addnew().
for example:
var sql1 = "INSERT INTO Table (LI, LoI) VALUES('" + yco + "', '" + xco + "') SELECT @@IDENTITY";
var result1 = connection.Execute(sql1);
newID3 = result1.Fields(0).value;
-----
I can't get a...
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.