|
|
Archives of the TeradataForum
Message Posted: Thu, 27 Mar 2008 @ 22:56:53 GMT
Subj: | | Re: ODBC for Unix or JDBC with 64k SQL Limit |
|
From: | | McCall, Glenn David |
| Does anyone know (Victor?) if the ODBC Driver for Unix / Linux or the JDBC driver have this limit as well? | |
| By the way: I am not so into JDBC. I only found one driver on the Teradata download centre. Is this driver for Unix / Linux and for
Windows? | |
JDBC is Java code. Java code is platform independent - a runtime (jre) is required for the platform. Therefore there is no need for a windows
version, Linux version and so on. Use the same driver on all of these platforms.
As for 1MB queries on various platforms, check out the sections in the JDBC manual titled: "1 MB SQL"
Glenn Mc
| |