Ask a Question related to ASP Database, Design and Development.
- Scotter #1
ADOX - how do I get "maxlength" from columns(...) collection? I see columns collection has only following properties:
Attributes, DefinedSize, Name, NumericScale, ParentCatalog, Precision,
Properties, RelatedColumn, SortOrder, Type
So is "maxlength" somehow part of "attributes" or "properties" property? If
so, can you please give me an example of how it works?
Thanks!
--
Scotter
Scotter Guest
-
hidden columns that contain a "key" field
I've seen several examples where people include a "key" column in the datagrid so that they know which row to update during the update phase. The... -
Collection property "could not be initialized" in design mode for custom datagrid control
Hello all, I've been working on a custom datagrid (custom web control inherited from DataGrid). I am attempting to add a new collection property... -
Collection Creation Error "Cannot Update Path"
(I'm running running CF 6.1 on Win 2k Server) I am trying to add a CF Collection to content stored on a different server. I have mapped the other... -
Can't find the "Rows and Columns" option in the new version
I have Illustrator CS now and I can't find the rows and coulmns feature that I use so frequently. Does anyone know where it is? The only thing I can... -
CollectionEditor is always "Object Collection Editor"
I cannot, for some reason, get the CollectionEditor to deal with my child Controls in a strongly typed manner. I can add and remove items at design... - Scotter #2
Re: ADOX - how do I get "maxlength" from columns(...) collection? aha!
myColumn.DefinedSize
Yes?
"Scotter" <[email protected]> wrote in message
news:sZZDc.19632$[email protected]..If> I see columns collection has only following properties:
>
> Attributes, DefinedSize, Name, NumericScale, ParentCatalog, Precision,
> Properties, RelatedColumn, SortOrder, Type
>
> So is "maxlength" somehow part of "attributes" or "properties" property?> so, can you please give me an example of how it works?
>
> Thanks!
>
> --
> Scotter
>
>
Scotter Guest
- Bob Barrows [MVP] #3
Re: ADOX - how do I get "maxlength" from columns(...) collection? Yes.
This link may help:
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/admscadoddloverview.asp[/url]
and alse (thanks to the Wayback Machine):
[url]http://web.archive.org/web/20030427045121/http://msdn.microsoft.com/library/en-us/dndao/html/daotoadoupdate.asp?frame=true[/url]
Bob Barrows
Scotter wrote:--> aha!
> myColumn.DefinedSize
> Yes?
>
> "Scotter" <[email protected]> wrote in message
> news:sZZDc.19632$[email protected]..>> I see columns collection has only following properties:
>>
>> Attributes, DefinedSize, Name, NumericScale, ParentCatalog,
>> Precision, Properties, RelatedColumn, SortOrder, Type
>>
>> So is "maxlength" somehow part of "attributes" or "properties"
>> property? If so, can you please give me an example of how it works?
>>
>> Thanks!
>>
>> --
>> Scotter
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest




