Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    thhui is offline Competent Performer
    Windows XP Access 2002
    Join Date
    Feb 2009
    Posts
    235
    By further reading of the following link and consolidation of previous setting recommended.



    http://dev.mysql.com/doc/refman/5.1/...arameters.html

    I summarized the following findings:-

    The Access Mysql-ODBC connection parameter supplied should be enabled as ticking the following options

    Set the Advanced Tab of the mysql odbc connector options as ticking:-
    Allow Big Results
    Change BIGINT Column To int
    Limit column size to signed 32-bit range
    Enable Dynamic Cursor
    Return Matching Rows
    Read Options from my.cnf

    This is just the same as the options number stated above.
    Being a graphical implementation of the recommended option number.
    Last edited by thhui; 02-15-2011 at 12:34 AM.

  2. #17
    thhui is offline Competent Performer
    Windows XP Access 2002
    Join Date
    Feb 2009
    Posts
    235
    There are OLE bug issues in mysql odbc connector in access to deal with blog data.

    Access 2007 or 2010 has a new attachement field which overcome the issues of OLE.

    I use alternative JDBC-Mysql driver which is faultless in storing over 1M blob data.
    PhpMyadmin also could do the same work.

    Conclusion:-
    It is only ODBC-Mysql Connector to have fault with Access <2007 to have OLE bug issues in dealing with blob data.

  3. #18
    thhui is offline Competent Performer
    Windows XP Access 2002
    Join Date
    Feb 2009
    Posts
    235
    By adopting the coding in the article of Accessing MySQL BLOB columns using Visual Basic 6 or MS Access,
    http://dev.mysql.com/tech-resources/...-handling.html

    I succeed in Access ODBC using ADO2.8 sending the blob data over 1M to mysql server. (max_allowed_packet of mysql server changed to 3M)

    Do not use the default OLE type insert.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Automate Import of Excel data
    By tpcervelo in forum Import/Export Data
    Replies: 2
    Last Post: 07-29-2010, 12:19 AM
  2. How do I convert an incoming object to binary?
    By techneophyte in forum Programming
    Replies: 1
    Last Post: 07-28-2010, 10:42 AM
  3. Using Import wizard to get Excel data
    By Jack Sheet in forum Import/Export Data
    Replies: 5
    Last Post: 07-16-2010, 09:44 AM
  4. Replies: 6
    Last Post: 04-18-2010, 03:41 AM
  5. Import and Modify data
    By crownedzero in forum Forms
    Replies: 7
    Last Post: 06-16-2009, 11:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums