|
-
February 12th, 1999, 03:44 AM
#1
how to insert a image file into the database and how to retrieve it from the database
hai everybody,
if any one tried inserting and retrieving the image file using jdbc dbc tellme about that or tell where to refer to get detail about this.
awaiting your replies,
R.Karuna
-
March 9th, 1999, 12:51 AM
#2
Re: how to insert a image file into the database and how to retrieve it from the database
Hi,
Although I have not tried it myself
but try creating a datastream of the gif image and then try inserting it into the
data base
for this U will have to design Ur database such that it has a column which is
long so that it can hold byte streams
I hope this satisfies U
or U may look up the site java.sun.com
see documentation link
find JDBC page
If U have any question Pl mail me at
"[email protected]"
write FWD : Abhisheik in the subject field
bye
Abhishiek R Vishwakarma
-
March 14th, 1999, 11:12 AM
#3
Re: how to insert a image file into the database and how to retrieve it from the database
The key is defining a column as a binary large object(BLOB).
I've done it with ODBC and DAO.
Mark
-
March 15th, 1999, 09:49 AM
#4
Re: how to insert a image file into the database and how to retrieve it from the database
someone knows, where I can find anything usefull about MSAccess cooperating with
Java (it all runs already, but the sql-Syntax of MS-Access seems not to be different
from the sql I formerly used)
-
March 15th, 1999, 09:49 AM
#5
Re: how to insert a image file into the database and how to retrieve it from the database
someone knows, where I can find anything usefull about MSAccess cooperating with
Java (it all runs already, but the sql-Syntax of MS-Access seems not to be different
from the sql I formerly used)
-
March 19th, 1999, 02:59 AM
#6
Re: how to insert a image file into the database and how to retrieve it from the database
you can do it on the server side with ODBC API.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|