Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP-FB Write Description for Table and Field using SPT
Message
De
25/11/2004 01:40:26
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
00964236
Message ID:
00964603
Vues:
8
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform