MySQL BLOB Visual Basic

2002-09-30 Thread Bruno Batarelo
Greetings. I try to save 7MB large binary string to mysql blob field in the latest mysql server. I use innodb tables. Error I receive from myodbc driver says: Memory allocation error. Here is my.ini extract: set-variable=max_allowed_packet=30M set-variable=wait_timeout=10 set-variable =

RE: MySQL BLOB Visual Basic

2002-09-30 Thread Mike Hillyer
What does your VB code look like? Mike Hillyer -Original Message- From: Bruno Batarelo [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: MySQL BLOB Visual Basic Greetings. I try to save 7MB large binary string to mysql blob field