View Single Post
  #1 (permalink)  
Old August 10th, 2007, 05:47 AM
Pusstiu Pusstiu is offline
Registered User
 
Join Date: Jun 2007
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Invalid operator for data type. Operator equals di

Invalid operator for data type. Operator equals divide, type equals nvarchar.

i have this problem when i try to import data using cursors function

...dbo.mst.Value/dbo.mst.Quantity as Price

i check the fields Value an Quantity with isnumeric function and the output was 1.

i don't know what to do from now


Reply With Quote