Ask a Question related to ASP Database, Design and Development.
-
Adam #1
Trouble with access database
I am working on an updatable calendar and i am running
into trouble. The page works great when testing it
through http:\\localhost, however when i change local host
to the ip address i get
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must
use an updateable query.
I have given the folder write access, just can't figure
out what i am doing wrong any help?
Adam Guest
-
Trouble connecting to Access database
I uploaded my database to a remote server and I was required to change the name to match my DSN. However, now whenever I visit the web-site I... -
Trouble with database query
Hi, THIS (Below) error keeps coming. I'm just trying to make a normal login page. It LOOKS fine to me, I've groomed it for bad spaces and... -
Trouble connecting to SQL database in .NET
I am trying to connect to a SQL database in C#.NET (Dreamweaver), but can't get connected. In ASP and Visual Studio.Net I have no problems... -
Trouble with database access: can't edit record, just view it
Hallo! I use DWMX 6.1 and use ASP VBSCRIPT files to access a MS Access 2000 database. Initially I was able to edit the records. Then I had to add... -
I need help. I am having trouble clearing a field in an Access database.
I don't know what to use to clear a field in an MSAccess database. I can update fields in the database and delete whole records but I have not... -
Ray at #2
Re: Trouble with access database
Who has write access? IUSR?
Also, instead of ODBC, use OLE DB. Get an OLE DB connection string at
[url]www.connectionstrings.com[/url]
Ray at home
--
Will trade ASP help for SQL Server help
"Adam" <awally11@cableone.net> wrote in message
news:016a01c35a0e$48669430$a501280a@phx.gbl...> I am working on an updatable calendar and i am running
> into trouble. The page works great when testing it
> through http:\\localhost, however when i change local host
> to the ip address i get
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] Operation must
> use an updateable query.
>
> I have given the folder write access, just can't figure
> out what i am doing wrong any help?
Ray at Guest
-
Adam #3
Re: Trouble with access database
I am a little new to asp pages and database, but i changes
the connection screen, now when i hit the submit button i
have a windows logon for user and password trying to
connect to my ip address, is there a was to add a user
pass or a way to get around this or what am i doing wrong,
thanks
connection string at>-----Original Message-----
>Who has write access? IUSR?
>
>Also, instead of ODBC, use OLE DB. Get an OLE DBhost>[url]www.connectionstrings.com[/url]
>
>Ray at home
>
>--
>Will trade ASP help for SQL Server help
>
>
>"Adam" <awally11@cableone.net> wrote in message
>news:016a01c35a0e$48669430$a501280a@phx.gbl...>> I am working on an updatable calendar and i am running
>> into trouble. The page works great when testing it
>> through http:\\localhost, however when i change local>>> to the ip address i get
>> Error Type:
>> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>> [Microsoft][ODBC Microsoft Access Driver] Operation must
>> use an updateable query.
>>
>> I have given the folder write access, just can't figure
>> out what i am doing wrong any help?
>
>.
>Adam Guest
-
Ken Schaefer #4
Re: Trouble with access database
- Are you allowing anonymous access (via the IIS MMC Snapin)?
- If so, does the IUSR_<machinename> have permissions to the ASP files
themselves? (should be Read/Execute)
Cheers
Ken
"Adam" <awally11@cableone.net> wrote in message
news:019a01c35a13$d478c970$a501280a@phx.gbl...
: I am a little new to asp pages and database, but i changes
: the connection screen, now when i hit the submit button i
: have a windows logon for user and password trying to
: connect to my ip address, is there a was to add a user
: pass or a way to get around this or what am i doing wrong,
: thanks
:
: >-----Original Message-----
: >Who has write access? IUSR?
: >
: >Also, instead of ODBC, use OLE DB. Get an OLE DB
: connection string at
: >[url]www.connectionstrings.com[/url]
: >
: >Ray at home
: >
: >--
: >Will trade ASP help for SQL Server help
: >
: >
: >"Adam" <awally11@cableone.net> wrote in message
: >news:016a01c35a0e$48669430$a501280a@phx.gbl...
: >> I am working on an updatable calendar and i am running
: >> into trouble. The page works great when testing it
: >> through http:\\localhost, however when i change local
: host
: >> to the ip address i get
: >> Error Type:
: >> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
: >> [Microsoft][ODBC Microsoft Access Driver] Operation must
: >> use an updateable query.
: >>
: >> I have given the folder write access, just can't figure
: >> out what i am doing wrong any help?
: >
: >
: >.
: >
Ken Schaefer Guest



Reply With Quote

