Bug #10808 | LOAD_FILE in client side (in MyODBC Driver, not in server side) | ||
---|---|---|---|
Submitted: | 23 May 2005 18:09 | Modified: | 1 Sep 2009 14:28 |
Reporter: | Luis A S Junior Camargo | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / ODBC | Severity: | S4 (Feature request) |
Version: | 3.51.11-2 | OS: | Windows (Windows 2000 Server SP4) |
Assigned to: | CPU Architecture: | Any |
[23 May 2005 18:09]
Luis A S Junior Camargo
[1 Sep 2009 14:22]
Tonci Grgin
Luis, let me think about it for a while. For now, reading file from server to client is not a good thing as you have double the network traffic; first reading file from server to client and then updating it back...
[1 Sep 2009 14:28]
Tonci Grgin
After consulting, we decided we will not implement such functions in c/ODBC, sorry.
[1 Sep 2009 14:52]
Tonci Grgin
The reason we will not implement this is that there are functions for sending streams of data to the server inside ODBC specs. So one should use read from STDIN, and then the ODBC API's blob functions to accomplish the same.