|
-
Sep 19th, 2006, 04:17 PM
#5
Banned
Re: Retrieving Identity field after inserting datarows into SQL Server using ADO.NET
Rather than using DYNAMIC HTML you should take advantage of stored procedures, just a thought. Dynamic html is vulnerable to SQL Injection, no security mechanism, and the code is a bit more difficult to read. Generally you want all INSERTS / UPDATES / DELETES to be performed on the server side of things.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|