Author |
Topic  |
|
netanel
New Member

Israel
89 Posts |
Posted - 29 July 2001 : 17:09:04
|
he write me that messege Microsoft JET Database Engine error '80040e37'
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ANNOUNCE'. Make sure it exists and that its name is spelled correctly.
inc_top.asp, line 396
and in the install he write me:
Active Users Mod
Creating table(s)... CREATE TABLE FORUM_ONLINE( UserID;varchar (100);; NOT NULL , UserIP;varchar (40);NULL; NOT NULL , DateCreated;varchar (100);; NOT NULL , LastDateChecked;varchar (100);; NOT NULL , CheckedIn;varchar (100);; NOT NULL , LastChecked;varchar (100);NULL; NOT NULL , M_BROWSE;text;NULL; NOT NULL ) -2147217900 | Syntax error in field definition.
-------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum at
|
|
GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 30 July 2001 : 06:52:08
|
There seems to be code for Announcement Mod with the Who is online script , which you might need to remove if you do not have the Announcement Mod installed.
Share A Square at forumSquare
gauravbhabu
There is only one miracle...That is LIFE! |
 |
|
netanel
New Member

Israel
89 Posts |
Posted - 30 July 2001 : 14:35:31
|
but i still have the problem
|
 |
|
GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 30 July 2001 : 19:26:31
|
What is the error you are getting now, Can you please post a link to text version of your inc_top.asp
Share A Square at forumSquare
gauravbhabu
There is only one miracle...That is LIFE! |
 |
|
netanel
New Member

Israel
89 Posts |
Posted - 31 July 2001 : 02:47:38
|
wene i try to replay to a topic that what im see
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.
inc_top.asp, line 243
here the link to inc_top.txt
http://www.ariel-israel.com/inc_top.txt
|
 |
|
big9erfan
Average Member
  
540 Posts |
Posted - 31 July 2001 : 13:44:16
|
You need to change the MBrowse field in the FORUM_ONLINE table from text to a MEMO field.
That will fix your problem.
http://www.ugfl.net/forums |
 |
|
netanel
New Member

Israel
89 Posts |
Posted - 02 August 2001 : 04:25:34
|
how can i do it?
Edited by - netanel on 02 August 2001 14:17:21 |
 |
|
|
Topic  |
|