Re: create access table with ado sql (cannot change table properties)
From: Andrew (abaylis_nos_at_spamcop.net)
Date: 03/25/05
- Previous message: kolja2003: "Re: About deleting."
- In reply to: ercan: "Re: create access table with ado sql (cannot change table properties)"
- Next in thread: Brian Bushay TeamB: "Re: create access table with ado sql (cannot change table properties)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Mar 2005 08:32:07 +1100
"ercan" <ercanaktin@pcm.com.tr> wrote in message
news:4243d00e$1@newsgroups.borland.com...
> yes I think we have to do that by using sql.so now we are looking for sql
> command of that.
> thaks for your messages.
>
Why not use ADOX? That way you can access the columns collection of the
table and modify the appropriate column (warning - a number of "gotchas" to
watch out for, but it is possible to change all the properties of a
particular column).
Andrew
- Previous message: kolja2003: "Re: About deleting."
- In reply to: ercan: "Re: create access table with ado sql (cannot change table properties)"
- Next in thread: Brian Bushay TeamB: "Re: create access table with ado sql (cannot change table properties)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|