How to check a return code after executing sql statemnt from aspx page (1 Viewer)

wan2fly99

Registered User.
Local time
Today, 05:52
Joined
Feb 7, 2005
Messages
53
I execute an insert sql statement into an Oracle Database

How can I check that the statement executed okay

my code is

db = createobject(ÀDODB.Connection`)
db.open(`Provider=MSDAORA........)
strSQL = ìnsert into fuel.....`)

db.Execute(strSQL)

what do I check after thisÉ
 

Users who are viewing this thread

Top Bottom