Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DB creation at run time
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
DB creation at run time
Miscellaneous
Thread ID:
00169948
Message ID:
00169948
Views:
47
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
Reply
Map
View

Click here to load this message in the networking platform