Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop tables
Message
From
31/10/2005 07:37:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
31/10/2005 07:01:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01063462
Message ID:
01063477
Views:
5
I don't understand why you need to add them to a database but if it's working for you that way then it's not up to me.
Cetin

>hi,
>thank you for reply,it works
>
>i try to get data from my table AFM, via select somthing put all records at
>table am2,select again from afm put all records at am3,
>every time i run my form ,becuse i get this data form outside my dirctory
>
>for that i need to delete the 3 tables afm,am2 and am3 every time.
>
>thanks
>
>>>hi all,
>>>
>>>any idea ,help
>>>
>>>i need to drop 2 tables am2,am3 from my database(mydbc1),
>>>every time i run my form.
>>>
>>>drop e:\depstudy\mydbc1\am2
>>>drop e:\depstudy\mydbc1\am3
>>>
>>>
>>>thanks
>>
>>
>>OPEN DATABASE e:\depstudy\mydbc1\mydbc1
>>if indbc('am2','Table')
>>  DROP TABLE am2
>>endif
>>if indbc('am3','Table')
>>  DROP TABLE am3
>>endif
>>
If you would drop them every time you run a form why are you adding them to a database in the first place.
>>Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform