Re: [sqlite] File checking mechanism.

2012-02-01 Thread Stephan Beal
On Wed, Feb 1, 2012 at 9:07 AM, bhaskarReddy wrote: > Suppose i have a file ABCD.db, before i want to create the data > base file, i want to check whether it is already exit with the same or not. > If it is exist returns an error. > See

Re: [sqlite] File checking mechanism.

2012-02-01 Thread Abhinav Upadhyay
On Wed, Feb 1, 2012 at 1:37 PM, bhaskarReddy wrote: > > Hi Friends, > >         Is there any File checking mechanism in sqilte3. > >         Suppose i have a file ABCD.db, before i want to create the data > base file, i want to check whether it is already exit with the same or