Verify Execute

From: "Shavonne Marietta Wijesinghe" <shavonne(dot)marietta(at)studioform(dot)it>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Verify Execute
Date: 2008-06-24 15:18:22
Message-ID: 02cc01c8d60d$8ae1ec80$0602a8c0@DREAM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello

Is there a way to find out if the EXECUTE of a UPDATE, INSERT has been completed successfully?

Here is an example of what I do:

Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Form_Store_PSQL"

Set oRs = Server.CreateObject("ADODB.Recordset" )
strSQL = "INSERT INTO TABLE_TEMP (ID) VALUES ('1')"
conn.Execute strSQL

Thank you

Shavonne Wijesinghe

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Joseph Krogh 2008-06-24 19:40:01 Re: Verify Execute
Previous Message Pascal Tufenkji 2008-06-24 14:33:11 ANSI Standard