Hi all,
I am tring to execute sql scipts written in a seprate .sql file. In the begining i drop all the tables and create the new one. But while working with a completly new database there wont be any tabel to drop, so my drop query fails. Because of which furthor sql statements does not execute.So my table creation fails.I wants to execuet create statements even if drop statements fails. this sql files works fine on other databases. problem is only with the postgres.
regards
kunal
I am tring to execute sql scipts written in a seprate .sql file. In the begining i drop all the tables and create the new one. But while working with a completly new database there wont be any tabel to drop, so my drop query fails. Because of which furthor sql statements does not execute.So my table creation fails.I wants to execuet create statements even if drop statements fails. this sql files works fine on other databases. problem is only with the postgres.
regards
kunal
Comment