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É
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É