Forum: MySQL Apr 9th, 2008 |
| Replies: 4 Views: 5,341 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,341 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,341 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,... |