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. morg27

    Oracle Distributed query

    I like to consider myself a seasoned oracle veteran, but have hit a wall on an issue. I am trying to run a distributed query against two very large tables, but the query is taking over an hour and I have to kill it everytime. When I run the query I want on each table seperately each completes...
  2. morg27

    dbms_session.set_nls

    What possible impacts can arise from calling dbms_session.set_nls for the date format in a procedure called by a java web application? I apologize if this is a vague question. Just looking for any info I can get. Thanks.
  3. morg27

    Adding values in mult-dimensional arrays

    I have a click event that should add the values in a multi-dimensional array. How should I go about doing this?
  4. morg27

    text box for search

    Now when I have records which have the same value for last name. Then what?
  5. morg27

    Updating the current form

    I have a problem with updating the current record on my form. When a user chooses to add a new record, they use the command button to open a new form for record insertions. When they choose the save command the add new record form closes and they return to the form showing all records. I want...
  6. morg27

    text box for search

    I would prefer not to use a combo box as their will be 900 or so choices. I would like to have the user be able to search for records by a last name.
  7. morg27

    text box for search

    I am creating a registration database and there will be almost 900 records. I want to be able to search those records within the current record form by last name. How do I do that using a text box and command button?
  8. morg27

    Creating page breaks for reports

    How do I create page breaks for my reports? I need to create class rosters for a registration database. I want to have a new page for each course section.
  9. morg27

    Encryption

    How do I go about enabling SSL?
  10. morg27

    Encryption

    I was wondering about how I can get secure encryption for my site. Sorry for the vague request.
  11. morg27

    Inserting a record from ASP to Access DB

    I am having trouble with allowing the user to enter info into fields pressing a submit button which inserts the fields into my access database. It gives me a compile error saying that "System.Data.OleDb.OleDbException: Operation must use an updateable query." Here is the code: sub...
  12. morg27

    Clearing arrays in vb.net

    Thanks for the help.
  13. morg27

    Clearing arrays in vb.net

    I used a panel on my form to create an array of checkboxes upon loading the form. When a user checks them I have a sub procedure that shows the number of empty checkboxes and full checkboxes in textboxes. How do I clear all of the checkboxes when the user chooses the clear checkboxes menu...
  14. morg27

    Moving a recordset from one table to another

    I have two databases. Both have a table for store info. The first database has the table with all the data and the other is empty. I have a form that when I enter the store ID in a text box the data in that accompanying row is moved to the new table in the second database. I have to do this...

Part and Inventory Search

Back
Top