Search results

  1. Y

    Comparing Dates in VBA

    Both dtExpirationDate and dtCurDate are of type date.
  2. Y

    Comparing Dates in VBA

    I need to develop a function to compare a date with the current date and to print the message indicated. I cannot get the code below to work proprerly. If enter a future date, I still get the "expired, need to file a new char" message, please help!!! Public Sub CharIsExpired(ByVal Value As...
  3. Y

    Question Reverse Engineering Access Database in JDeveloper

    As far as I am aware you cannot dump the ERD Daiagram into a SQL File, but it is the best resourse for reverse engineering an Access Database because I will pull all of the views and relationships out of the database. I am working on a DB that contains about 70 tables and although this may not...
  4. Y

    Question Reverse Engineering Access Database in JDeveloper

    Yeah, unfortunately they did not want to shell out the money for something like Visio where it would only take a couple of weeks to document because of its reverse engineering features. I now must do everything by hand.
  5. Y

    Question Reverse Engineering Access Database in JDeveloper

    No, I was just brought in to document an existing system. There will be a new system created, but the implemetation has not been decided upon as of yet.
  6. Y

    Question Reverse Engineering Access Database in JDeveloper

    Hi George, Thanks for the info, I was able to connect to the database and see all the information. Yarimel
  7. Y

    Question Reverse Engineering Access Database in JDeveloper

    I would like to get all functions that I get with Visio, Tables and Views. How do I create the Access ODBC DSN?
  8. Y

    Question Reverse Engineering Access Database in JDeveloper

    Hi, How do you reverse engineer an Access database in JDeveloper? Is there a special plugin I need to use? Yari
  9. Y

    Database Diagraming Tools?

    The organization I work for only has the standard version and will not buy a licence for the professional version. Thanks for the reply. Yarimel
  10. Y

    Database Diagraming Tools?

    Can you please suggest a Database Diabraming toool other than Visio that can reverse engineer an Access Database and create the UML class Diagrams? Yarimel
Back
Top Bottom