Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DB creation at run time
Message
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
DB creation at run time
Divers
Thread ID:
00169948
Message ID:
00169948
Vues:
48
Hi to All,

I've written a program which purpose is to create a database programmaticcaly, by UDT files. Typically, I open a .BAS or .FRM file and read into the TYPE statements. I then create tables and fields from that UDT. But I get stucked onto a thing : I wonder how I can fill the field's description from my source's remarks. I haven't found which attribute to fill with that data. Any idea ?
An example :
Type udtUser
    Name   as string * 15 'User Name
    PassWd as string * 8  'User Password
End Type
I want to have my field Name containing "User Name" in its description. Any genus idea ?
Moreother, I would know more about fields attributes, not simply the more know ones, like Name, Size and Type. If you have a clue...
VB Developer
Servilog Concept
jmb@octalfrance.com
Répondre
Fil
Voir

Click here to load this message in the networking platform