Author |
Topic  |
|
MCane
Starting Member
37 Posts |
Posted - 25 July 2002 : 18:49:02
|
Ok, I fixed my other issue and now I get this one...
Microsoft JET Database Engine error '80004005'
Field 'FORUM_MEMBERS_PENDING.M_FIRSTNAME' cannot be a zero-length string.
/forum/register.asp, line 514
I looked in the Forum_Members_Pending table and M_FIRSTNAME is NOT required... Why would this be coming up?
Thanks,
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 25 July 2002 : 20:09:43
|
In Access, there is also a property for a field to allow zero-length strings. Two solutions, either modify members pending to allow zero-length, or when you insert the data, insert just a space.
Nikkol |
 |
|
MCane
Starting Member
37 Posts |
Posted - 25 July 2002 : 20:33:12
|
Nikkol,
Hey I went through and set all the text and memo fields in the pending members table to allow zero length strings... Seems to work, however no email yet!!!
Is there any drawback to doing this to all fields in that table.
Thanks,
 |
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 25 July 2002 : 22:11:49
|
Not that I can think of really, at least for Snitz.
Nikkol |
 |
|
fleep
Starting Member
3 Posts |
Posted - 28 July 2002 : 10:56:36
|
I've got the same problems a few times too, and believe me, its not a Snitz problem. I'm not sure what the problem with yours is. However I have that problem when i'm running it on IIS on XP Pro. The problem doesn't exist when i test on on my actual web server. So i presume that mine is due to my web server.
I don't know is this will help u though.
=o)
|
 |
|
|
Topic  |
|