> An insert statement (which is what I assume you are doing)
> doesn't return a recordset.  You might want to create a
> stored proc that returns an output param back to CF
> indicating that the insert either failed or succeeded.

Unless I'm missing something, this is needless complication. If the insert
fails, you'll get an error. If you don't get an error, the insert succeeded.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to