insert trigger problem
From: Andreas Wöckl (woeckl_at_esys.at)
Date: 08/19/04
- Next message: Malcolm Cook: "Re: insert trigger problem"
- Previous message: Mary Chipman: "Re: Access & MS SQL server ?"
- Next in thread: Malcolm Cook: "Re: insert trigger problem"
- Reply: Malcolm Cook: "Re: insert trigger problem"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 17:13:14 +0200
hi group!
i have the following problem using an insert trigger on a table with an
identity column as a primary key -> every time i add a value using my form i
get a message that the data can not get displayed -> I know there is the
problem that access is using the @@IDENTITY variable to get the value of the
primary key and with using a trigger this variable gets changed. My Question
is now which workaround can i take? - Is there a possibitity without
changing the pk column?
best regards
andreas wöckl
- Next message: Malcolm Cook: "Re: insert trigger problem"
- Previous message: Mary Chipman: "Re: Access & MS SQL server ?"
- Next in thread: Malcolm Cook: "Re: insert trigger problem"
- Reply: Malcolm Cook: "Re: insert trigger problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading