Search results for query: *

  1. J

    Insert blob

    Ive noticed that the actual problem is, that my blob files just has a max size of 65535 bytes. how can i store larger files?
  2. J

    Insert blob

    Im now using the native connector.. :) But! The data is still corrupt. Works on BMP files, but jpeg, exe, et al doesnt work :( Private Function getFile(ByVal filepath As String) As Byte() Dim fs As New FileStream(filepath, FileMode.Open, FileAccess.Read) Dim br As...
  3. J

    Insert blob

    Hey. Im using a mysql 4.0.X database, so that is clear (it dont support stored procedures etc) Im using the myodbc connector to connect. What im trying to do is insert some binary information into a blob field on the mysql db by using a ordinary INSERT query. (no im not putting it into a...
Back
Top