Обсуждение: control action query

Поиск
Список
Период
Сортировка

control action query

От
"Nico"
Дата:
I made several query's(update, delete and insert commands). How do I know
they were well executed?
Do I do it with SQLWarnings() or is there a better/simpler/faster way to do
the job?

Nico.



Re: control action query

От
Guillaume Cottenceau
Дата:
"Nico" <nicohmail-postgresql 'at' yahoo.com> writes:

> I made several query's(update, delete and insert commands). How do I know
> they were well executed?
> Do I do it with SQLWarnings() or is there a better/simpler/faster way to do
> the job?

This is a very basic question. See for example:

http://www-db.stanford.edu/~ullman/fcdb/oracle/or-jdbc.html#executeUpdate

--
Guillaume Cottenceau