Im still trying to upload a file from the client's machie to a server, for all I've read it seems that I need the iAnywhere Driver to do that, but I can't find where to download it, can anyone help?

asked 13 Jun '12, 17:28

Angel%20Zero's gravatar image

Angel Zero
15225
accept rate: 0%

edited 05 Jul '13, 21:54

Mark%20Culp's gravatar image

Mark Culp
24.9k10139297


If you have SQL Anywhere installed, you have the driver on your hard drive. See http://dcx.sybase.com/index.html#1201/en/dbprogramming/pg-jdbc-4-0-load.html

If you are using Sybase IQ, you MIGHT have the driver already installed, but this is a forum about SQL Anywhere... see the IQ docs.

permanent link

answered 13 Jun '12, 17:51

Breck%20Carter's gravatar image

Breck Carter
32.5k5417241050
accept rate: 20%

Note, Breck has given the IQ/JDBC driver answer...

For general cases, v11.0 has introduced the Loading/Unloading of files on a client computer (such as READ_CLIENT_FILE() and LOAD TABLE FROM CLIENT FILE...), which work with all v11 CmdSeq-based client libraries, i.e. it's not restricted to the SQL Anywhere JDBC driver...

(14 Jun '12, 08:02) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×86
×10

question asked: 13 Jun '12, 17:28

question was seen: 9,300 times

last updated: 05 Jul '13, 21:54