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 SkipVought 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. metgut

    parsing pdf files

    Can someone guide towards building an application that can parse pdf files... what tools should i use... metgut
  2. metgut

    Taking OCA Oracle 9i SQL Exam!! Any advice!!

    I'm taking the OCA SQL exam. Do you have any advice? I'm using the study guide from sybex and parts from the oracle press study guide.
  3. metgut

    Indexes

    Where can i get information about indexes? I'm studying for the OCA and the book i have doesn't explain about creating and deleting indexes. Any ideas!
  4. metgut

    JDBC 2.0(ResultSet - update and insert methods)

    I was wondering if anyone could help me out. I get errors when i try to use the updateRow() and InsertRow() methods. public void add( ResultSet rs ){ try{ rs.moveToInsertRow(); rs.updateString(2, "insert"); rs.updateString(3, "insert"); rs.updateInt(4...
  5. metgut

    running a program in the background!!

    I'm not sure if i used a good subject heading. I'm trying to figure out how to have parts of the program continue running even though the program is closed. the program im working on uses the date as the event driver... I'm worried that if the program is closed... the function based on the...
  6. metgut

    ADO!!

    thanks everyone!
  7. metgut

    ADO!!

    How do you access a specific field using the following format? Adodc1.RecordSet.Addnew Is there a way such as: Adodc1.Recordset("field") = something I understand how its done when you hard code the ado object Set Recordset = New ADODB.Recordset .... ...

Part and Inventory Search

Back
Top