User 979012b3b3
04-06-2008 07:51:17
hi,
I'd like to use this code:
<applet codebase="jmarvin/" code="chemaxon/marvin/space/gui/MSpaceApplet" name="MSpaceApplet" width=800 height=600
archive="mspace.jar,jmarvin.jar,jogl.jar,gluegen-rt.jar,jextexp.jar">
<param name="progressbar" value="true">
<param name="selectionpanel" value="false">
<param name="molecule" value="<%=CLOBINFO%>">
</applet>
I have a CLOB field in my Oracle DB where I save my files *.mol. How can I pass this data in the param moleculare without saving any file in my file system? Can I pass it as a string? And if Yes, how? Thanks and best regards, Cristina
Version 5.0.4
I'd like to use this code:
<applet codebase="jmarvin/" code="chemaxon/marvin/space/gui/MSpaceApplet" name="MSpaceApplet" width=800 height=600
archive="mspace.jar,jmarvin.jar,jogl.jar,gluegen-rt.jar,jextexp.jar">
<param name="progressbar" value="true">
<param name="selectionpanel" value="false">
<param name="molecule" value="<%=CLOBINFO%>">
</applet>
I have a CLOB field in my Oracle DB where I save my files *.mol. How can I pass this data in the param moleculare without saving any file in my file system? Can I pass it as a string? And if Yes, how? Thanks and best regards, Cristina
Version 5.0.4