Verify Execute

Поиск
Список
Период
Сортировка
От Shavonne Marietta Wijesinghe
Тема Verify Execute
Дата
Msg-id 02cc01c8d60d$8ae1ec80$0602a8c0@DREAM
обсуждение исходный текст
Ответы Re: Verify Execute  (Andreas Joseph Krogh <andreak@officenet.no>)
Список 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

В списке pgsql-sql по дате отправления:

Предыдущее
От: "Pascal Tufenkji"
Дата:
Сообщение: ANSI Standard
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: Verify Execute