|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ODBC (HELP PLEASE!) |
From: |
Tom |
Date: |
8/21/2000 11:04:51 AM |
IP: |
64.204.65.130 |
HELP! HELP! PLEASE!
Anybody are family with these error? Please help!
Microsoft OLE DB Provider for ODBC Drivers error 80004005
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/Links/addlink.asp, line 32
AND
Microsoft OLE DB Provider for ODBC Drivers error 80004005
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/forum/validate.asp, line 57
Here what I did: In "default.ASP"
Set objConn = Server.CreateObject ("ADODB.Connection")
Set objRec = Server.CreateObject ("ADODB.Recordset")
objConn.Open strconnect
anything wrong?
Should I change like this:
Set objConn = Server.CreateObject ("ADODB.Connection")
Set objRec = Server.CreateObject ("ADODB.Recordset")
I go to DNS and create a database name "forum" database file is dat.mdb do you thing I miss any code ?
Why they dont let me update to the database? Is it possible there are something wrong with my windows 2000server?
Do I have to add a code like:
objConn.Open "DNS=forum"
thank a lot.
SITE FOR SALE, LEASE OR PARTNER!
uslinks.net
allyellowpage.com
allwebdir.com
101lists.com
I am going to develop 101lists.com
and plant to issue a "101lists" book with included 101 most popular topics web site on the internet (you may be list on this book...) If anybody interested and want to participate please contact me Tom Phan: tomphan@mail.com!
Have a great day!
|
Follow Up - Re: ODBC (HELP PLEASE!) - Will Westing 8/21/2000 4:06:00 PM
|
|

|
|
|
|
|
|
|
|
|
|