-
ADOX - creating tables
I am creating a new Access database using code in VB6 with ADOX. There
doesn't seem to be an awful lot of info available on this subject. I have
found some useful tips on this newsgroup.
When creating a new column, how do I go about setting the various properties
of the column, I've seen some examples of statements such as:
objNewColumn.Properties("Default").Value = "Test"
(Which by the way I can't get to work.) What I would like to know is where
can I find a list of the properties that can be set for a column.
Thanks.
-
Re: ADOX - creating tables
May have answered my own question. Took a look at the ADOX stuff in the
object browser. But if anyone has any other info let me know!
Lenny <biscuit@springmail.com> wrote in message
news:38d6d6e4@news.devx.com...
> I am creating a new Access database using code in VB6 with ADOX. There
> doesn't seem to be an awful lot of info available on this subject. I have
> found some useful tips on this newsgroup.
> When creating a new column, how do I go about setting the various
properties
> of the column, I've seen some examples of statements such as:
> objNewColumn.Properties("Default").Value = "Test"
> (Which by the way I can't get to work.) What I would like to know is where
> can I find a list of the properties that can be set for a column.
>
> Thanks.
>
>
>
-
Re: ADOX - creating tables
On Mon, 20 Mar 2000 21:08:02 -0500, "Lenny" <biscuit@springmail.com> wrote:
¤ I am creating a new Access database using code in VB6 with ADOX. There
¤ doesn't seem to be an awful lot of info available on this subject. I have
¤ found some useful tips on this newsgroup.
¤ When creating a new column, how do I go about setting the various properties
¤ of the column, I've seen some examples of statements such as:
¤ objNewColumn.Properties("Default").Value = "Test"
¤ (Which by the way I can't get to work.) What I would like to know is where
¤ can I find a list of the properties that can be set for a column.
Here is doc on the Column object with associated links:
http://msdn.microsoft.com/library/ps...k/adod9goe.htm
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks