Hello,
the MAXDB ODBC driver outer join syntax is ODBC conform. There are no registry keys 
necessary. You can use the outer join syntax as described in the MS ODBC manuals.

Like this:

SELECT *  FROM {oj <table1> LEFT OUTER JOIN <table2>
            ON <table1>.<col1> = <table2>.<col2> }

Regards
Burkhard


> -----Original Message-----
> From: Jos� R�mulo El�as Contreras [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 06, 2004 6:18 PM
> To: [EMAIL PROTECTED]
> Subject: I Need SAPDB ODBC driver Join Syntax and Registry Key
> 
> 
> I am having trouble doing joins in Crystal Reports, and the 
> directions 
> say I need the "Join Syntax" (such as PlusEqual for Oracle, 
> or OJSyntax 
> for SQL Server 2000) - and the "Registry Key" (such as 
> OracleJoinBuilder 
> or SQLServerJoinBuilder) - for the database type.
> 
> What is the Join Syntax for SAPDB? And the Registry Key Name?
> 
> Here is a link to the directions for join issues in Crystal Reports:
> 
> http://support.businessobjects.com/communityCS/TechnicalPapers
/cr9_left_outer_join.pdf 
<http://support.businessobjects.com/communityCS/TechnicalPapers/cr9_left_outer_join.pdf.asp>
 

I really appreciate your help!!!



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to