Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking to see in fields exist in database - dbgetprop
Message
From
11/05/1998 15:31:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Checking to see in fields exist in database - dbgetprop
Miscellaneous
Thread ID:
00098558
Message ID:
00098558
Views:
55
I'm writing a utility program to check and see if fields exist in a database and if not, to add them to the database. I also am adding new fields to the database.

I'm using the dbgetprop function to check for fields and if they don't exist I'm using the Alter Table command as follows:

cresults = dbgetprop("client.name", "Field", "defaultvalue")
= messagebox(cresults)
If Len(alltrim(cresults)) = 0

Alter Table client ADD column name c(20) default "Murphy"
Endif

This isn't working. Is there some other way I can check programatically for the existence in a database for fields and their
type and default values.

Any assistance would be greatly appreciated. Thank you
Next
Reply
Map
View

Click here to load this message in the networking platform