If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > Currency not on a record -1603

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-07-06, 17:32
jrponline jrponline is offline
Registered User
 
Join Date: May 2006
Posts: 1
Currency not on a record -1603

Hi There,

I am trying to run the query below in the Pervasive SQL V8.6 Data Manager.

UPDATE "TEST1" INNER JOIN "TEST2" ON "TEST1"."PARTNUM" = "TEST2"."PARTNUM" SET "TEST1"."DESCRIPTION" = "TEST2"."DESCRIPTION"

I get the following error:

"ODBC Error: SQLSTATE = S1000, Native error code = -1603
Currency not on a record."

Both tables have PARTNUM set as a primary key with no duplicates allowed.

The user manual says to add a group by or order by to solve the problem, but I don't know how to add one in an update query. Can you help?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On