Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Reference Index > Foreign Data Sources and ODBC

ODBC Compliance

Scroll Prev Top Next More

If you are planning on using ODBC with R:BASE, you must make sure that your character settings are set correctly by performing the following:

 

1.Go to the R> Prompt  
2.Connect to your database
3.Type: SHOW CHAR
4.Compare your values to the chart below  

 

Character

Set To

Description

MANY

%

Percent Sign

SINGLE

_

Underscore

QUOTES

'

Single Quote

 

5.If they do not match, change them by typing SET TYPE=CHAR

(where TYPE is from the "Character" column and CHAR from the "Set To" column)

 

For example, SET MANY=%

 

ODBC Topics:

 

How ODBC Works

Setting Up Data Sources

Connecting Data Sources and Tables

Working with Data Sources

Disconnecting Data Sources and Tables

 

See also:

 

SATTACH Command

SCONNECT Command

SDETACH Command

SDISCONNECT Command

PASSTHROUGH Setting

SSQL Command