Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. onlymullapudi

    retaining the values in struts

    Hi, I am doing a pop-up window, for editing the information. To show the information allready available, i am using textboxs and select boxes. I am writing code like this <bean:define id="prefix" name="editDdDetails" property="prefixDd" type="java.lang.String"/>...
  2. onlymullapudi

    about loadDataFromFile

    Hai, I want to load video data in to the ordvideo object, i am using loadDataFromFile method ,but it is giving null exception, it is not loading. can any one try for me, (i want to load avi ro mpeg are any format) I am putting the code here: <HTML> <HEAD> </HEAD> <BODY bgcolor="pink"> <%@...
  3. onlymullapudi

    General Error

    Hai I am trying to retrive the video file from a table, and it is saying general error.can anyone try to solve the problem. i am using oracle 10g,tomcat5 and jdk The code is <HTML> <HEAD> </HEAD> <BODY bgcolor="pink"> <%@ page import="oracle.ord.im.OrdVideo" %> <%@ page...
  4. onlymullapudi

    inserting video files in to the database

    I know the code given by u, u r putting a text file, what i want to do is put a video file. any how thanks for u r reply
  5. onlymullapudi

    insertng video files

    how to insert a video file in oracle 10g, i want to that with jdbc, i know that it is possible to do with clobs, but how to acess the video file to be inserted
  6. onlymullapudi

    inserting video files in to the database

    I want to put a video file in to the clob field of the table. what i want to know is how to access the video file, when i am inserting in to the table
  7. onlymullapudi

    inserting video files in to the database

    I want to insert video files in to the oracle 10g database, through jdbc.If anyone has good material can they send the link to me or tell how to create a table with lob fields, and how to insert and access them
  8. onlymullapudi

    about files in a folder

    It worked with the files concept, thanks for u r suggestions
  9. onlymullapudi

    about files in a folder

    I want to write a progra in java, it should function like, whenever a new file is created in a folder, it should get the details of the new file in the folder autmatically(like the name of the file).I think it can be done by keeping the program running recursevely, can anyone tell how to write...

Part and Inventory Search

Back
Top