Re: Allow Zero Length in ADO with VB6
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 20 Dec 2006 10:42:56 -0500
darklynx489@xxxxxxxxx wrote:
<ahref="http://support.microsoft.com/kb/q297980/">http://support.microsoft
..com/kb/q297980/</a>
is a great help when applying autoincrement, but the code for allow
zero length doesnt seem to work.
I set the Allow Zero Length to True, but it still doesnt show up in my
database.
hmm?
Unfortunately, some properties set via ADOX fail to be reflected in the
Access design view of the table, especially when viewed too quickly (Jet
uses delayed-write optimization). Have you tried closing and reopening
Access to check to see if the property "took"? Have you tried running
some code in VB6 to verify that the field is allowing zero-length
strings? Are you confusing zero-length strings with null ("required"
property)?
--
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.
.
- References:
- Allow Zero Length in ADO with VB6
- From: darklynx489
- Allow Zero Length in ADO with VB6
- Prev by Date: Allow Zero Length in ADO with VB6
- Next by Date: Re: Why use Connection.Close in ADO?
- Previous by thread: Allow Zero Length in ADO with VB6
- Next by thread: Allow Zero Length in ADO with VB6
- Index(es):
Relevant Pages
|