Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Looking for the Mod Database setup...
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  00:12:00  Show Profile  Send jlaw an ICQ Message
I have it, but for some reason it keeps making errors on creating the tables.

"Creating table(s)...
CREATE TABLE FORUM_Site_Cats( CatID int COUNTER NOT NULL , ParentID#smallint## NOT NULL , IMG#varchar (100)#NULL# NOT NULL , Title#varchar (100)## NOT NULL , CatDesc#memo#NULL# NOT NULL , Hits#int##0 NOT NULL , Forum_ID#smallint#NULL# NOT NULL , Template#smallint#NULL# NOT NULL , Template#smallint#NULL# NOT NULL )
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
CREATE TABLE FORUM_Site_Links( LinkID int COUNTER NOT NULL , CatID#smallint## NOT NULL , Name#varchar (100)## NOT NULL , URL#varchar (100)## NOT NULL , Author#varchar (100)#NULL# NOT NULL , IMG#varchar (100)#NULL# NOT NULL , IMG_Type#int#NULL# NOT NULL , LinkType#int#NULL# NOT NULL , LinkDesc#memo## NOT NULL , SubmittedBy#varchar (100)#NULL# NOT NULL , Added#varchar (100)#NULL# NOT NULL , Price#varchar (100)#NULL# NOT NULL , Hits#int##0 NOT NULL , Score#int##0 NOT NULL , Votes#int##0 NOT NULL , Validated#smallint##0 NOT NULL , Badlink#smallint##0 NOT NULL , Forum_Topic#smallint#NULL# NOT NULL )
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 April 2001 :  02:37:51  Show Profile
Looks like you are using an older mod_dbsetup.asp with the .dbs file intended for the newer mod_dbsetup.asp

If you download any of HuwR's latest mods it should include the latest version.
Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  16:56:16  Show Profile  Send jlaw an ICQ Message
ok, I'll look for it. b/c it does it to everything I use it for, hehe.

Thanks Richard

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  17:00:19  Show Profile  Send jlaw an ICQ Message
btw, I have version 1.05 of the Database setup, would you know what version would be the current one?

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 13 April 2001 :  18:19:53  Show Profile  Visit HuwR's Homepage
I posted the latest file here this evening

http://forum.snitz.com/forum/link.asp?TOPIC_ID=8013

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  18:27:12  Show Profile  Send jlaw an ICQ Message
yeah, I saw that a little while ago, I just downloaded it and I'm seeing if it will work

Thanks HuwR

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  18:31:19  Show Profile  Send jlaw an ICQ Message
I'm not sure what is going on, but I downloaded the latest version of the bdsetup, and it's telling me that the tables are alread there, but then when I go to the calender it gives me this error:

"Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_EVENTS'. Make sure it exists and that its name is spelled correctly."

What would be causing this?



Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 13 April 2001 :  18:32:59  Show Profile  Visit HuwR's Homepage
can you check your db, does the table exist ?

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  18:35:40  Show Profile  Send jlaw an ICQ Message
When I do the update this is all it says...

"Creating table(s)...
Table already exists"

it's not telling me what files it's updating, so it must not be putting anything in there.

and I don't have Microsoft Access yet.

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  18:43:25  Show Profile  Send jlaw an ICQ Message
This is what it does for the portal MOD:

"Creating table(s)...
Table already exists

--------------------------------------------------------------------------------

Creating table(s)...
Table already exists

--------------------------------------------------------------------------------

Adding new records..
INSERT INTO FORUM_SITE_CATS (ParentID,Title,CatDesc) VALUES (0,'Example Top Level Category','This category is a demo to give you an idea of what this script can do.')
-2147217865 | [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_SITE_CATS'.

--------------------------------------------------------------------------------

Adding new records..
INSERT INTO FORUM_SITE_LINKS (CatID,Name,URL,LinkDesc,Author,SubmittedBy) VALUES (0,'Example Link','http://forum.snitz.com','This link is a demo to give you and idea of what this script can do.','admin','admin')
-2147217865 | [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_SITE_LINKS'."


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 13 April 2001 :  19:18:01  Show Profile  Visit HuwR's Homepage
could you mail me the dbs file I will check it

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 13 April 2001 :  23:17:56  Show Profile  Send jlaw an ICQ Message
I sent both portal and events .dbs files.

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 16 April 2001 :  16:30:24  Show Profile  Send jlaw an ICQ Message
HuwR, I just thought I would say that I changed the database connection from an access 97 to an access 2000, and it didn't come up with any errors and it said that the tables were made, but for some reason it still won't show up.

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 16 April 2001 :  16:44:00  Show Profile  Visit HuwR's Homepage
Has it created the tables in your DB

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 21 April 2001 :  00:44:48  Show Profile  Send jlaw an ICQ Message
Ah, sorry for the late reply, but I've been looking over this with Table editor. I see the tables for the Links Mod, but I don't see any of the tables for the Portal mod. So I don't think it added them.

Go to Top of Page

jlaw
Junior Member

USA
120 Posts

Posted - 21 April 2001 :  01:02:20  Show Profile  Send jlaw an ICQ Message
Actually, I found the tables, so I don't understand why it's not showing up.

Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07