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

    Yes, got it. Thank you guys.
  5. oracler

    a newbie question-continued

    Hi, mhadden. I tried your method but it doesn't work. I think this property is suitable for those fields which can have value, say one line or many lines, so the fields can shrink vertically to fit the values. However, in my report, many fields can be "null", so the blank is still...
  6. oracler

    How do I generate a DB in Visio 2000???

    It is kinda complicate, and I just learn it in the class this week. Hope you can understand what I will say: 1. First make sure that you define the tables and relationship without error. 2. In the menu, choose database->generate. In the pop-up form, click the checkbox of "generate new...
  7. 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...
  8. oracler

    debug windows

    Got it. Thanks Bnpmike
  9. oracler

    a newbie question

    Hello, Guys. I made the report I wanted almostly with your helps. However, There is another small problem. Now I put all Employee's information into employee header and left the information of dependents in the details, but in my table, there are some employees who do not have dependent, so in...
  10. oracler

    a newbie question

    Thanks guys. Jacksonmacd, I used your method and made it. Thank you. But have another problem to ask you. The lab is close now so I got to rush out. Post my question tomorrow. Thanks again.
  11. 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...
  12. oracler

    a newbie question

    Hi, Erik2. The "Sorting and Grouping" works fine if I only group the dependents without the employee, but when I group dependents under the name of each employee, the name of employee repeat again and again. Is the query wrong?
  13. 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...
  14. oracler

    question on table design

    Oh, man. That is exactly what we did. I misread the table. However, the problem still there: I don't display the "address type" in the form. When all the required fields are filled in in the "Billing address" subform, the value of "address type" field in the table...
  15. oracler

    question on table design

    Thanks. Maquis. Another question: When I have two subforms, I want to achieve this: I don't display the "address type" in the form. When all the required fields are filled in in the "Billing address" subform, the value of "address type" field in the table will be...
  16. oracler

    question on table design

    Thank you guys. One of our teammate suggest to add only one set of address(including street, city, zip, and something like that) in the table, and add an address type- "0" indicates "billing address" and "1" indicates "shipping address". If a person fills...
  17. 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...
  18. oracler

    how to use ACCESS database

    Hey, Sokeh. Thanks a lot for your responses.
  19. 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