Question
Multiple Insertion
I have written an sp to insert into a table while clicking a link. The table contains a datetime column. The problem is while inserting, its getting inserted 3 similar records with the same date and time value(same value for second too). I have used
CF_SQL_TIMESTAMP as type while insertion in cfprocparam
