Ask a Question related to ASP Database, Design and Development.
-
Jsmithe #1
Access db not updating.
My client moved to a new server now my asp code will not update his Access
mdb. There are no error messages.
Jsmithe Guest
-
MS Access Database not Updating
Hi, I am working on creating dynamic home pages with Coldfusion MX on the server, Dreamweaver for developing and Microsoft Access as the backend... -
Updating MS Access Query
Can you update a MS Access Query (its simply a join of two tables) using a form and <cfupdate>, or do you have to update the underlying tables. I... -
SQL not Updating Access Database
Hi, I have an ASP page that updates an Access 2000 database. It doesnt seem to update the date field of the table. Here is the SQL: Update... -
Updating a remote web Access DB
Here's one possible scenario: 1. Create an ASP page that allows the user to upload the datafile. 2. Create another ASP page that has a link... -
Updating Access DB in ASP
I am trying to resolve the following error message when trying to update an Access 2000 database in ASP: Microsoft JET Database Engine... -
Ray at #2
Re: Access db not updating.
I think we'll need a little more information than that. There is an error
somewhere, either a runtime error, a compile error, a server error, a setup
error, a programmer error, or a user error.
What does your relevant code snippet look like? Is it in a conditional
statement? Are you using On Error Resume Next? What leads you to believe
that the DB is not being updated? What leads you to believe that it should
be?
Ray at home
"Jsmithe" <jr@jagat.com> wrote in message
news:p0Keb.37028$nU6.6684837@twister.nyc.rr.com...> My client moved to a new server now my asp code will not update his Access
> mdb. There are no error messages.
>
>
Ray at Guest
-
Jsmithe #3
Re: Access db not updating.
No on error resume next. Downloaded the db. It is not being updated. Asp
can read the records. If I purposely create an error it shows up. Maybe it
because we don't have write permission on the directory.Access>
> "Jsmithe" <jr@jagat.com> wrote in message
> news:p0Keb.37028$nU6.6684837@twister.nyc.rr.com...> > My client moved to a new server now my asp code will not update his>> > mdb. There are no error messages.
> >
> >
>
Jsmithe Guest
-
Ray at #4
Re: Access db not updating.
If it were a permissions problem, you'd get an error.
Let me ask you this. If you had an update statement like this, "update
theTable set TheColumn='I''ve been updated.' where 1=2" and you execute
that, would you say that the new server can't update the database? No. Or
what about this:
if 1 = 2 then YourADOObject.Execute "update theTable set TheColumn='value'
Would you expect there to be an update there?
What have you done to debug? Have you put any response.writes anywhere?
WHAT IS YOUR CODE?
Ray at home
"Jsmithe" <jr@jagat.com> wrote in message
news:M%Keb.37046$nU6.6714622@twister.nyc.rr.com...Asp> No on error resume next. Downloaded the db. It is not being updated.it> can read the records. If I purposely create an error it shows up. Maybe> because we don't have write permission on the directory.> Access> >
> > "Jsmithe" <jr@jagat.com> wrote in message
> > news:p0Keb.37028$nU6.6684837@twister.nyc.rr.com...> > > My client moved to a new server now my asp code will not update his>> >> > > mdb. There are no error messages.
> > >
> > >
> >
>
Ray at Guest
-
+DiamondEagle #5
Re: Access db not updating.
On Thu, 02 Oct 2003 00:08:53 GMT, "Jsmithe" <jr@jagat.com> wrote:
I just bought a thingiemabob "gajit" that goes "Boo" and when I press>My client moved to a new server now my asp code will not update his Access
>mdb. There are no error messages.
>
the button on the top it doesn't do anything. There are no error
messages.
How do I fix it?
Please HELP me NOW!
+DiamondEagle Guest



Reply With Quote

