Drew B Drew B Drew wrote:
> My problem is this does not work in CS3. the record
doesnt even get submitted
> so whatever this code is doing, it's completely stopping
the submission process.
>
> Is there anything other than what im trying that can fix
this?
>
> If I didnt supply enough info, please let me know.
It was never a built in function of MX 2004, I have only seen
it
available in an extension. Tom Much does one that works with
CS3:
http://www.tom-muck.com/extensions/help/insertretrieve/
and
WebAssist.com has it in there DataAssist package.
If I was to do it by hand, I would use a Stored Procedure to
do the
insert and return the ID, its much safer than doing it on the
page, less
prone to SQL injection.
Steve