Ben,
i already did that. To make sure i did, i changed some settings and data on
the new env to reflect when i open the form so that i am sure i am connecting
to the correct database. And to be more sure i check both databases to see if
the records have been added. Both database don't have the new records when i
submit the data.
I made a connection to the new database with a sql user and connected to the
"Rates" table. In code (first line of my code) i use this connection to run
the query which is a stored procedure (does an insert).The sql user has
execute rights on this stored procedure.
I'm lost.
STanley
> Is it possilbe that your not pointing at the right database? I know when you
> move forms from one machine to another the Dataconnections are not
[quoted text clipped - 30 lines]
> >
> > Stanley
Stanley - 12 Dec 2005 15:54 GMT
OK, solved it. This line was missing in my stored procedure:
SET IMPLICIT_TRANSACTIONS off
> Ben,
>
[quoted text clipped - 47 lines]
> > >
> > > Stanley