Forum: VB.NET Apr 8th, 2008 |
| Replies: 2 Views: 3,091 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,091 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... |