dbTalk Databases Forums  

What is wrong with this SELECT

comp.databases.btrieve comp.databases.btrieve


Discuss What is wrong with this SELECT in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill
 
Posts: n/a

Default What is wrong with this SELECT - 09-30-2004 , 06:10 PM






I am new to Pervasive.SQL 8 and I am trying to execute a simple two
table join. When I do I get the following error.

ODBC Error: SQLSTATE = 37000, Native error code = 0
Syntax Error: SELECT C.NAME, A.* FROM
paClient C JOIN<< ??? >> paAddr A
ON C.ADDRR = A.RR

The paAddr table does exist and a SELECT * FROM PAADDR works fine.

What am I doing wrong?

--
_Bill_

Reply With Quote
  #2  
Old   
Bill
 
Posts: n/a

Default Re: What is wrong with this SELECT - 09-30-2004 , 07:01 PM






Ignor my question. I found the problem.

--
_Bill_

Bill wrote:

Quote:
I am new to Pervasive.SQL 8 and I am trying to execute a simple two
table join. When I do I get the following error.

ODBC Error: SQLSTATE = 37000, Native error code = 0
Syntax Error: SELECT C.NAME, A.* FROM
paClient C JOIN<< ??? >> paAddr A
ON C.ADDRR = A.RR

The paAddr table does exist and a SELECT * FROM PAADDR works fine.

What am I doing wrong?

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.