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 JET Database Engine error '80004005'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Fuji_Apple
Starting Member

USA
2 Posts

Posted - 02 June 2001 :  01:20:52  Show Profile
hi all, I'm using brinkster.com server and i wonder anyone could help me with this error message while i run default.asp file:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query
/forums/inc_functions.asp, line 643

e3stone
Average Member

USA
885 Posts

Posted - 02 June 2001 :  01:32:12  Show Profile  Send e3stone an AOL message
do you have your database in the "db" directory? have you checked this page: http://www.brinkster.com/DatabaseConnectionGuide.asp ?

<-- Eric -->


http://insidewaco.com/forum/home.asp
Go to Top of Page

Fuji_Apple
Starting Member

USA
2 Posts

Posted - 02 June 2001 :  01:52:39  Show Profile
I tried to change connection string as u said, but i still get the same error. Here is my string path:
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=\fuji\db\snitz_forums_2000.mdb" '## MS Access 97
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\fuji\db\snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL

And here is what it looks line in line 643 of inc_functions.asp file:

my_conn.Execute (strSql)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 June 2001 :  02:12:56  Show Profile
you'll need to contact Brinkster and let them know about the error you are getting. It's something that they will have to fix.
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 02 June 2001 :  20:03:47  Show Profile  Send mafifi an ICQ Message
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=\fuji\db\snitz_forums_2000.mdb" '## MS Access 97
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\fuji\db\snitz_forums_2000.mdb") & ";" & _
"Persist Security Info=False"'## MS Access 2000 using virtual path

'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL



Thanks,

Mo
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 02 June 2001 :  20:14:04  Show Profile
What about putting a special setting line in config.asp for easy Brinkster support?


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