Dart Home | C++ Professional Toolkit | Custom Development | Reply | C++ Professional Toolkit Topics | Forums |
Author | Forum: C++ Professional Toolkit Topic: How to send a binary file of BLOB type data in PowerBuilder? |
jackyh jackyhou@163.com From: Zhengzhou, USA Posts: 11 Member Since: 09/19/02 |
posted February 25, 2003 10:50 AM In PowerBuilder 8, the BLOB data is larger than 1KB, how can I send them? What about a binary file, thanks! |
Tony Priest From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted February 25, 2003 10:54 AM The only data type support is a string or an array of bytes. Since they are the same thing in powerbuilder, you would not be able to send binary data. The data would be truncated after the first "0". Someone at Sybase may have a way for you to get around this limitation, but I do not know of a way other than to use an environment that supports BSTR's (like VB or VC++) |
Reply | C++ Professional Toolkit Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |