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: *

  • Users: spr
  • Order by date
  1. spr

    Population of a vector with checked items

    I have a jsp which displays a list of objects with check boxes beside each of them and a "delete" link. When I check some of the check boxes and click on the "Delete" link, all the checked objects have to be deleted. For this, I need to populate a vecor with all the checked...
  2. spr

    Session management

    I'm trying to implement session management in a web based application developed using Domino and Java. Could anyone suggest how I should go about this session management job. Thanks in advance.
  3. spr

    I have a form which takes a maximum

    I have a form which takes a maximum of two images as attachments. When the documents (of this form) are saved in the .nsf files, they are also written to some Oracle tables. Now, when I want to edit one or both images (after the document is saved), how can I identify which attachment corresponds...
  4. spr

    Excel to CSV conversion.

    Thanks for all the suggestions . Now, I'm trying to convert info read from an excel file to CSV through VC++. How do I go about reading the info and converting to CSV. The same procedures used for access files are not working. Thanx in advance
  5. spr

    Reading from a .mdb file

    I have a no. of tables stored in a .mdb (access) file. I am trying to find the no. of tables in a single .mdb file and trying to retrieve the TABLE NAMES from it. I have to display these names in a list box. Any suggestions on how to find the no. of tables and their names from a .mdb file? Very...
  6. spr

    Access files to CSV

    I'm trying to read from an MS-Access file and convert into a CSV format. How do I go about this? Any suggestions? THanks in advance.
  7. spr

    I want to determine the datatype of a column in a table.

    I'm trying to build an SQL statement dynamically with a few where conditions. For the Where conditions, I select values from tables which are also built dynamically. Now, I want to identify the datatype of each column of the dynamically built table and build the statement. The datatype is...
  8. spr

    Dependent files for MSFlexgrid

    My application involves dynamic creation of flexgrid, which runs fine on the development machine. It is being tested on a test machine which does not have Visual Studio installed. Here, everything else, but the flexgrid works as it should. Any suggestions?? Thanks in advance.
  9. spr

    Running flash movies

    Hi! I want to know if a flash movie can be played on a machine where there is neither a flash player nor flash installed. Is it enough to just put the .fla and the .swf files onto the machine along with the equivalent html file? Thank you. spr.
  10. spr

    lotus to oracle connection

    Hi!! I have an agent in lotus which calls a stored procedure in oracle. I connect to oracle through an odbc connection with the server's dsn name, user id and password. If, at a later time, I would want to use some other oracle server, I would have to change the dsn name, user id and...
  11. spr

    lotus to oracle connection

    Hi!! I have an agent in lotus which calls a stored procedure in oracle. I connect to oracle through an odbc connection with the server's dsn name, user id and password. If, at a later time, I would want to use some other oracle server, I would have to change the dsn name, user id and...
  12. spr

    Accessing records

    I am trying to retrieve the first 5 and the last 5 records of a table together. How do I specify the where conditions?? I can retrieve the first 5 records using "rowcount". But using the same query , how do I retrieve the last 5 records also?

Part and Inventory Search

Back
Top