Bulk Insert using a data table in C# - not rounding

  • One of our developers is having an issue when trying to use Bulk Insert with a C# data table. The data that is being imported for example has a value of 6.246 into a SQL table of data type Numeric(18,2). It isn't rounding the value to 6.25 when inserting like it does via non-Bulk Insert - Inserts.

    Any suggestions on why it isn't rounding?

    thanks,

    Daniel

Viewing post 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply