Author |
Topic  |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 15 March 2001 : 09:00:47
|
I get this error when I try to reply a topic.
Microsoft JET Database Engine error '80040e57'
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
/forum/inc_top.asp, line 327
what doest it mean, and how can I solve it ?
Thank you ismailk
|
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 15 March 2001 : 16:11:30
|
If you have the active users mod installed, you need to increase the size of the M_BROWSE field in FORUM_ONLINE
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 15 March 2001 : 17:03:58
|
quote:
If you have the active users mod installed, you need to increase the size of the M_BROWSE field in FORUM_ONLINE
Yes, I am using Active users mod, but exactly what files are those two?
Edited by - blackinwhite on 15 March 2001 17:23:30 |
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 16 March 2001 : 04:31:15
|
this is really important. I can't use my forum software, what should I do? Please someone help me?
|
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 16 March 2001 : 06:55:16
|
quote:
quote:
If you have the active users mod installed, you need to increase the size of the M_BROWSE field in FORUM_ONLINE
Yes, I am using Active users mod, but exactly what files are those two?
He is talking about the M_BROWSE field in the FORUM_ONLINE table in the database. The size of the database MUST be increased...
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 16 March 2001 : 17:13:33
|
It worked fine, thank you very much davemaxwell
|
 |
|
Martha2Mary
Junior Member
 
New Zealand
250 Posts |
Posted - 25 March 2001 : 21:29:27
|
Hi,
I am having the same problem, also using the Active Users mod, but how on earth do I increase the size of the m_browse field in the forum_online table in the database? I have never edited or even attempted to open my database, and cannot find software which would enable me to do so. Please, could someone give me step-by-step instructions to apply this fix? Also, elsewhere it is mentioned that this problem can also be fixed by changing something to 'memo' rather than the above - which fix is the better of the two?
TIA!
*If the world didn't suck, we'd all fall off! * |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 25 March 2001 : 21:51:00
|
in the active_users_setup.asp file that came with the active users MOD:
change this line:
strSql = strSql & "M_BROWSE varchar (250) ) "
to this:
strSql = strSql & "M_BROWSE memo ) "
then just rerun the active_users_setup.asp file from the address bar of your browser. |
 |
|
Martha2Mary
Junior Member
 
New Zealand
250 Posts |
Posted - 25 March 2001 : 22:51:13
|
Many thanks, Richard - all is working perfectly now 
*If the world didn't suck, we'd all fall off! * |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 25 March 2001 : 22:52:34
|
you're welcome  |
 |
|
|
Topic  |
|