Bug #44737 | objRecordset("m1").value expected to return month name but returns chinese like | ||
---|---|---|---|
Submitted: | 8 May 2009 5:31 | Modified: | 8 May 2009 6:10 |
Reporter: | Ranjit Kolte | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | mysql-connector-odbc-3.51.27-win32 & mys | OS: | Windows (Windows xp , 2000) |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[8 May 2009 5:34]
Ranjit Kolte
[8 May 2009 5:36]
Ranjit Kolte
Test Case vbs file change connectin details to run
Attachment: getMonthName.vbs (application/octet-stream, text), 938 bytes.