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 wOOdy-Soft 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: oracler
  • Content: Threads
  • Order by date
  1. oracler

    help on cookie

    Hi, I am new in perl programming. I have a problem on cookie. I need to retrieve a page from a website, but the website require cookie enabled. I used the LWP:Simple and get($url), and the content I got was something like "Your web browser is not currently configured to accept...
  2. oracler

    how to view tables

    what is the SQL command to view all the tables? Thanks.
  3. oracler

    drop tables

    In our class projects, we screwed up the tables last time in Oracle8, so we tried to drop all of them and regenerate tables. However, because they are interconnected, we couldn't drop them one by one. Is there any command to drop all the tables in your space? thanks.
  4. oracler

    a newbie question-continued

    Sorry, this is from an old thread. But I got new question on it, so I repost the question again: --------------------------- I got two tables. One is "employee", storing the information of employees, with "EmployeeID" as the primary key, and the other...
  5. oracler

    debug windows

    I am using a ACCESS 97 book, and it said that we can use a debug windows and run sub in module, which has "debug.print" command, to test our code. However, I am using ACCESS 2000 and I did not find the debug windows mentioned in the book. How can I test my sub now? Sample sub: sub...
  6. oracler

    a newbie question

    I got two tables. One is "employee", storing the information of employees, with "EmployeeID" as the primary key, and the other is"dependents", storing information of dependents of employees, with the "employeeID" as foreign Key, I made a query to join the...
  7. oracler

    question on table design

    I am a newbie in database. Our course project is to make a online book store. We created a table called "Customer". As required, there should be "Shipping address, including city, state, zip" and "Billing Address,including city, state, zip". If we add all those...
  8. oracler

    how to use ACCESS database

    Hello. I am a newer with Oracle. Could anybody teach me how to use or convert ACCESS database in Oracle 8.Thanks

Part and Inventory Search

Back
Top