Stupid question, but to be honest, this is the first time i've found myself needing to figure this out.
I am using asp to insert & update an MS Sql server table. The problem is as soon as it inserts new data, I need to query it again. Basically, all I want to know is, when using 'connection.execute(insert.....)', is anything returned?
Any help would be greatly appreciated. Thanks.
I am using asp to insert & update an MS Sql server table. The problem is as soon as it inserts new data, I need to query it again. Basically, all I want to know is, when using 'connection.execute(insert.....)', is anything returned?
Any help would be greatly appreciated. Thanks.