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 = innodb_buffer_pool_size=30M
set-variable = innodb_additional_mem_pool_size=15M

Everything should work just fine but I do not know what's wrong. Does anyone
have an idea? If this is not solvable, how can I expect mysql to receive
large amounts of data?

Thank You for your patience
Bruno


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 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 = innodb_buffer_pool_size=30M
set-variable = innodb_additional_mem_pool_size=15M

Everything should work just fine but I do not know what's wrong. Does anyone
have an idea? If this is not solvable, how can I expect mysql to receive
large amounts of data?

Thank You for your patience
Bruno


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php