Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Accessing Remote Data » Working with proxy tables

Working with proxy tables Next Page

Specifying proxy table locations


The AT keyword is used with both CREATE TABLE and CREATE EXISTING TABLE to define the location of an existing object. This location string has four components, each separated by either a period or a semicolon. The semicolon delimiter allows file names and extensions to be used in the database and owner fields.

The syntax of the AT clause is

... AT 'server.database.owner.table-name'
Examples:

The following examples illustrate the use of location strings:

'RemoteSA..GROUPO.Employees'
'RemoteASE.pubs2.dbo.publishers'
'excel;d:\pcdb\quarter3.xls;;sheet1$'
'access;\\server1\production\inventory.mdb;;parts'