Im having difficulty with regards to storing the uploaded images to the database (mySQL - as my back-end) using VB.net (as my front-end)..
in "picture" table, i have the following fields and its corresponding data types.
ID = int
file_name = varchar
file = blob
..
:)
in "picture" table, i have the following fields and its corresponding data types.
ID = int
file_name = varchar
file = blob
..
:)