Forum: MySQL Apr 9th, 2008 |
| Replies: 4 Views: 5,043 ha, i got it.
the solution can be found at >>>
http://dev.mysql.com/doc/refman/5.0/en/connector-net-using-blob.html |
Forum: MySQL Apr 9th, 2008 |
| Replies: 4 Views: 5,043 MySQL is in my database server while user are connecting to the system from client pc. I want to share the image with other user too.
If i put file path in the table, i don't know what is the... |
Forum: MySQL Apr 8th, 2008 |
| Replies: 4 Views: 5,043 i'm using vb.net 2005 express + mysql connector to connect to mysql database.
i want to save image into mysql database. so i've created a table with img field as longblob.
to save the image,... |
Forum: VB.NET Apr 8th, 2008 |
| Replies: 2 Views: 3,038 thanks. i've found out actually the problem is mysql. i've declare longblob for image field but somehow it only can go upto 13b of size ? i'm trying to look in mysql documentation now. |
Forum: VB.NET Apr 7th, 2008 |
| Replies: 2 Views: 3,038 i did save image to mysql by creating a field type longblob and saving it by converting the image into byte(). my problem is the image cannot be to big else it fails. can anybody help me in this. i... |