Does anyone know of an easy way to get back the identity column value on an
insert using
RDS from a web page ?
to work with RDS. It always
returns NULL, may be because RDS drops the connection after each query ?
Sending the insert record to a DCOM object on the server and have that do
the insert and the return the identity value seems to be the only solution
to me. Is there anyway to avoid this extra step ?
Thanks in advance for any suggestions
Sundar B