Click here to Skip to main content
15,893,644 members
Home / Discussions / Database
   

Database

 
GeneralRe: indexof - wishing for Pin
jeff_martin29-Jul-03 5:16
jeff_martin29-Jul-03 5:16 
GeneralRe: indexof - wishing for Pin
Mike Dimmick29-Jul-03 13:47
Mike Dimmick29-Jul-03 13:47 
GeneralWhat's wrong with Query String; Pin
Bo Hunter28-Jul-03 18:55
Bo Hunter28-Jul-03 18:55 
GeneralRe: What's wrong with Query String; Pin
Alexander Kojevnikov28-Jul-03 23:20
Alexander Kojevnikov28-Jul-03 23:20 
GeneralRe: What's wrong with Query String; Pin
Jon Hulatt29-Jul-03 1:43
Jon Hulatt29-Jul-03 1:43 
GeneralRe: What's wrong with Query String; Pin
Bo Hunter29-Jul-03 10:21
Bo Hunter29-Jul-03 10:21 
GeneralRe: What's wrong with Query String; Pin
Alexander Kojevnikov29-Jul-03 22:07
Alexander Kojevnikov29-Jul-03 22:07 
GeneralRead-only Access DB Problem Pin
-- NA --28-Jul-03 2:41
-- NA --28-Jul-03 2:41 
Hi all,

I'm having the following problem: my site can access the database perfectly, using an ODBC-less connection, but when I try and insert or edit records I get the error "Cannot update. Database or object is read-only." I have changed all permissions in IIS, and in Windows Explorer but I can't seem to get it working. Suggestions please? Big Grin | :-D

The connection string I'm using:

(driver: Microsoft.Jet.OLEDB.4.0)

var sConnectionString = "Provider=" + sDBDriver + "; ";<br />
sConnectionString += "Data Source=" + Server.MapPath("../../bin/db/db.mdb");


Paul Wink | ;)

Tiny problem with said member has been corrected.
Chris Maunder



modified 18-Jul-18 11:59am.

GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 5:56
-- NA --28-Jul-03 5:56 
GeneralRe: Read-only Access DB Problem Pin
Roger Wright28-Jul-03 7:26
professionalRoger Wright28-Jul-03 7:26 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 7:27
-- NA --28-Jul-03 7:27 
GeneralRe: Read-only Access DB Problem Pin
Roger Wright28-Jul-03 7:48
professionalRoger Wright28-Jul-03 7:48 
GeneralRe: Read-only Access DB Problem Pin
-- NA --28-Jul-03 7:51
-- NA --28-Jul-03 7:51 
GeneralFirehose Pin
THEMYTH27-Jul-03 22:19
THEMYTH27-Jul-03 22:19 
GeneralRe: Firehose Pin
Arjan Einbu27-Jul-03 22:50
Arjan Einbu27-Jul-03 22:50 
GeneralRe: Firehose Pin
THEMYTH27-Jul-03 22:57
THEMYTH27-Jul-03 22:57 
GeneralProblems with LIKE in MFC(vs6) Pin
jag_typ27-Jul-03 22:00
jag_typ27-Jul-03 22:00 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
Mike Dimmick29-Jul-03 2:44
Mike Dimmick29-Jul-03 2:44 
GeneralRe: Problems with LIKE in MFC(vs6) Pin
jag_typ2-Aug-03 0:18
jag_typ2-Aug-03 0:18 
GeneralGetting Child Items; Pin
Bo Hunter27-Jul-03 20:32
Bo Hunter27-Jul-03 20:32 
GeneralRe: Getting Child Items; Pin
Not Active28-Jul-03 2:34
mentorNot Active28-Jul-03 2:34 
GeneralRe: Getting Child Items; Pin
ZoogieZork28-Jul-03 8:33
ZoogieZork28-Jul-03 8:33 
GeneralRe: Getting Child Items; Pin
Bo Hunter28-Jul-03 10:35
Bo Hunter28-Jul-03 10:35 
GeneralRe: Getting Child Items; Pin
Alexander Kojevnikov28-Jul-03 23:37
Alexander Kojevnikov28-Jul-03 23:37 
GeneralADO.NET connection problem Pin
sacoskun27-Jul-03 1:11
sacoskun27-Jul-03 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.