Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP-FB Write Description for Table and Field using SPT
Message
From
25/11/2004 01:40:26
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00964236
Message ID:
00964603
Views:
9
This message has been marked as the solution to the initial question of the thread.
There are no such commands in Firebird, yet (maybe in version 2, I don't know)

These are scripting plugins.
Actually, in IBExpert, "DESCRIBE TABLE" is executed :
UPDATE RDB$RELATIONS
  SET RDB$DESCRIPTION = :DESC
  WHERE RDB$RELATION_NAME = 'table_name'
More details here:
http://www.ibexpert.info/documentation/%20%208.%20IBExpert%20Tools%20Menu/%20%205.%20Script%20Executive/%20%202.%20Script%20Language%20Extensions/14925.html

>Hi Sergey
>
>Thanks for responding.
>
>>What's ODBC error message?
>
>Just a -1 from SQLEXEC() nothing else.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform