checking table existence!!
843854Feb 18 2004 — edited Feb 18 2004hi
whenever my application starts, i want to check whether the requied tables are present in the database or not. for this on startup i check the presence of table xyz as
select count(*) from xyz;
and then try to check the value of columnCount
but it doesnt work
is there any other better way of doing this??