Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Getting Colorful

    My favorite is sofware that is "Not ready for Prime Time". This would be software that's done, but hasn't been reviewed by QA. It doesn't have proper design specs for...

  • RE: Impossible to catch error for : Cannot insert duplicate key row in object .......

    I'm having a similar problem. Here's the code:

     Declare @sql_stmt nvarchar(250)

     Declare @template_name varchar (30)

     Declare @table_name varchar (31)

     Declare @field_name varchar (30)

     set @template_name = 'hpi_oncprostate'

     set @field_name = 't_dec'

     set @table_name = @template_name + '_'

     delete from  fields_master Where field_name=...

Viewing 2 posts - 1 through 2 (of 2 total)