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: Database: MS Access
 Microsoft OLE DB Provider for ODBC Drivers error '
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

RampantMind
Starting Member

26 Posts

Posted - 01 April 2001 :  22:58:00  Show Profile  Visit RampantMind's Homepage  Send RampantMind an AOL message
ok, lets try that.

Webmaster - Dreamcastfun.com


Hardware: The part of the computer can kick.
Go to Top of Page

RampantMind
Starting Member

26 Posts

Posted - 01 April 2001 :  23:02:47  Show Profile  Visit RampantMind's Homepage  Send RampantMind an AOL message
okay, so... now the avatars should finally work, but... the forum announcements are still giving me errors, heres the text:

Creating table(s)...
CREATE TABLE FORUM_ANNOUNCE( A_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , A_AUTHOR;VARCHAR (50);NULL; NOT NULL , A_SUBJECT;VARCHAR (50);NULL; NOT NULL , A_MESSAGE;TEXT;NULL; NOT NULL , A_START_DATE;VARCHAR (50);NULL; NOT NULL , A_END_DATE;VARCHAR (50);NULL; NOT NULL )
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in field definition.


Webmaster - Dreamcastfun.com


Hardware: The part of the computer can kick.
Go to Top of Page

RampantMind
Starting Member

26 Posts

Posted - 07 April 2001 :  23:48:42  Show Profile  Visit RampantMind's Homepage  Send RampantMind an AOL message
...bump...

Webmaster - Dreamcastfun.com


Hardware: The part of the computer can kick.
Go to Top of Page

rstuven
Starting Member

Chile
14 Posts

Posted - 24 May 2001 :  12:40:30  Show Profile
We suggest using the following connection string:

Set Conn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\MemberName\db\dbname.mdb") &
";" & _
"Persist Security Info=False"
Conn.Open(sConnection)

Valerie Dulin
Brinkster Support
www.brinkster.com
support@brinkster.com

Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous 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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07