How to drop database table if it exits in sql mobile version?
Hi,
I am using VB.net and Visual Studio 2005 to compile a program for a Pocket PC with Microsoft? Windows Mobile?2003 Second Edition. I am using sql mobile also.
FugersonHall
You should issue a query to check if table exists and if it does issue another query to delete it.