Results 1 to 5 of 5
Thread: Java - OLE or BLOB - MS Access
- 12-03-2008, 02:25 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
Java - OLE or BLOB - MS Access
Hello Experts,
Many databases support the storage of OLE or BLOBs i.e music, videos etc or binary large objects. I ve picked up Ms Access to learn this one. Could you please help me in learning about the process to follow to create and store large objects through java in db like MS Access.
If you think I ve not done enough home work before bothering you, please point me towards an option I may go through myself first.
Thank You.
Regards
- 12-03-2008, 05:15 PM #2
Are you going to be writing a Java program that saves your music files into an MS Access database? If that's the case read up on ObjectOutputStreams. It basically takes any object type you create, writes it to data, sends it wherever. From your DB your going to need to work with ObjectInputStream in order to convert the data back to your object type.
- 12-03-2008, 05:36 PM #3
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
Thanks! I ll get back after some homework on Object Streams.
Last edited by hkansal; 12-03-2008 at 05:38 PM.
- 02-03-2009, 05:43 PM #4
Member
- Join Date
- Feb 2009
- Posts
- 1
- Rep Power
- 0
hiiiiiiiiii
evry one.......
can any plz help me how can i insert and retrieve pdf files in ms access using java servlets.............plz...........
- 02-04-2009, 06:47 AM #5
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
Similar Threads
-
Saving Blob through Hibernate
By Ed in forum JDBCReplies: 2Last Post: 01-05-2009, 05:03 AM -
MS Access with Java
By Doctor Cactus in forum New To JavaReplies: 4Last Post: 10-24-2008, 02:59 AM -
Help with Java and MS access
By lemurian in forum New To JavaReplies: 1Last Post: 04-30-2008, 01:46 PM -
Problems updating blob columns on Oracle 9
By ljustiniano in forum JDBCReplies: 0Last Post: 08-14-2007, 06:17 PM -
Help with access a database using Microsoft Access
By cachi in forum JDBCReplies: 1Last Post: 08-07-2007, 07:51 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks