cancel
Showing results for 
Search instead for 
Did you mean: 

What are the CLIENT FILE driver restrictions in V16 and V17?

Breck_Carter
Participant
1,428

Do the same CLIENT FILE driver restrictions apply to both LOAD and UNLOAD in V16 and V17?

The following paragraph appears ONLY in the USING CLIENT FILE section of LOAD TABLE topic in the V17 Help Portal:

USING CLIENT FILE
...
Client-side data transfers are supported for clients that use the SQL Anywhere 
database drivers. They are not supported by the Tabular Data Stream (TDS) 
protocol used by SAP Adaptive Server Enterprise, the jConnect JDBC driver, 
or SAP Open Client applications.

It DOES NOT appear in these sections:


Bonus Question: Where is "SAP SQL Anywhere 16.0" on the SAP Help Portal?

Accepted Solutions (1)

Accepted Solutions (1)

johnsmirnios
Advisor
Advisor

The TDS protocol itself does not support any client-side file access. Therefore the restriction applies to the 3 sections you listed.

VolkerBarth
Contributor
0 Kudos

FWIW, the fact that this feature requires the CmdSeq protocol is also documented for v16 and v17 in the "Access to data on client computers" topic (although it doesn't really tell about TDS):

SQL Anywhere allows you to load data from, and unload data to, a file on a client computer using SQL statements and functions, without having to copy files to or from the database server computer. To do this, the database server initiates the transfer using a Command Sequence communication protocol (CmdSeq) file handler.

Answers (0)