Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2007, 04:47 AM
Registered User
 
Join Date: Jun 2007
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


 
Old August 10th, 2007, 04:50 AM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gaurav_jain2403
Default

Can you provide the code so that we can understand your problem correctly.
 
Old August 10th, 2007, 04:51 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 184
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Jonax
Default

( CAST(dbo.mst.Value AS FLOAT) / CAST(dbo.mst.Quantity AS FLOAT) ) as Price







Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use like operator thillaiarasu SQL Server 2000 4 April 23rd, 2010 09:47 AM
=== operator in c# surendraparashar C# 2005 8 November 8th, 2007 05:14 AM
Requesting Data Input from Operator Ralph Weikert MySQL 0 May 5th, 2006 09:48 PM
SQL "equals operator" in queries Steve777 SQL Language 1 June 24th, 2005 10:42 AM
Invalid operator for data type...... Adam H-W SQL Server 2000 3 January 28th, 2004 12:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.