Audio/Video database with j2me

Hallo every one,

am trying to store audio and video files in database(ms access), which will should be listeaned and watched to mobile phone emulator.

have ms- access tomcat and j2me WTK installed in my pc,

whow can i make this possible?

Please help..

Thanks in advance.

email at nbkamani@yahoo.com

Message was edited by:

nbkamani

[388 byte] By [nbkamania] at [2007-10-3 4:17:28]
# 1

not sure that ms access implements 'blob type'. i think that only oracle and few db implements this type! the only thing that you can store in the DB is the name and the uri of the file (do not try to store with RMs because it could be a bit enormous!)

for ms access in tomcat, you should use a java connector in tomcat to connect tomcat to ms access. MIDlets will access to the DB via tomcat (servlets)

suparenoa at 2007-7-14 22:19:05 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Thanks supereno,

i now can play audio/video files through ms-access, But their control seems some how tough( that's to stop the song after had started playing is much harder while the moview so far seem ok.). This gives less control to us. am thinking the files are called by links which by the time being am not exactly sure.

I have inserted the OLE objects(files) through normal insert function of ms access.

am still working on , but am not sure if this will linked to midlets, via odbc and tomcat. Du think can be better way of implementation than this?, I dont oracle in my pc, and i dont have knowledge of it

Thanks again, thanks

nbkamania at 2007-7-14 22:19:05 > top of Java-index,Java Mobility Forums,Java ME Technologies...