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: *

  • Users: klm2klm2
  • Order by date
  1. klm2klm2

    One or many lookup tables

    We're designing an enteprise application. Some of our team members who are experienced with DB2 want to merge all of our lookup (i.e. reference) tables into one table. I normally let every logical lookup table be its own physical table. When using the Oracle database, is there any material...
  2. klm2klm2

    How to highlight Excel cells with calculations?

    I'd like to be able to display Excel cells with calculations with different formatting than other cells. e.g. If the cell contents begin with the equal sign, let the displayed value be in blue instead of black. Is there a way to do this? Thanks, Kim
  3. klm2klm2

    Cost of Dimensional vs. Relational approaches

    There is a theory that the cost of creating, implementing, and maintaining a dimensional DW is less than that of the relational model because the dimensional model is simpler. Does anybody have any knowledge (or even ideas) about how much the dimensional approach saves over the relational...
  4. klm2klm2

    Does dimensional data modeling have a logical component?

    kishleo, To find support for dimensional modeling in ERwin 4.1, click on Model | Model Properties | General tab | Dimensional. Then Model | Model Properties | Notation tab | Dimensional Modeling. Thanks, Kim
  5. klm2klm2

    Does dimensional data modeling have a logical component?

    In ERwin, a popular data modeling tool, the three basic modes are Logical, Physical, and Dimensional. In the dimensional mode, there is no logical and physical. The dimensional mode stands by itself. In other words, in a dimensional model, a column can't have both a logical and a physical...
  6. klm2klm2

    Cobol for Windows with no run-time fees

    Hello All, I'm looking for a Cobol IDE/compiler that: 1. Runs and has developer environment on Windows 2. Creates Windows GUI apps 3. Uses MS Access (or ODBC) database 4. Is reasonably priced 5. Has no run-time fees Does such an animal exist? Any suggestions? Thanks, Kim
  7. klm2klm2

    The "right" development tools

    Is Forms 3.0 still supported?
  8. klm2klm2

    Open 2nd Access database

    If I'm using VBA to access the currently open Access database, how can I concurrently open a 2nd Access database such that I can process both databases in the same procedure? Thanks, Kim
  9. klm2klm2

    Unattended data import

    The preference is to use VB because the app is currently written in VB. How would we get started, using VB, to import data from an external source into Access?
  10. klm2klm2

    Unattended data import

    How can data from an external source (e.g. XLS, CSV, etc.) be imported into an Access database in an unattended manner? This will be used as part of a software revision update deployment. Perhaps a VB program could kick off such a routine. But how would we go about doing it? Thanks, Kim
  11. klm2klm2

    How to allow zero length strings with DDL statement

    I have a DDL statement similar to this: alter table blah_table add column blah_column char(20); The statement *does* add the new column. However, I want the "Allow zero length" column property to be set affirmatively. How can this be done in a DDL statement? If it can't be...
  12. klm2klm2

    Run a report without starting Access first

    JoyInOK, I'd like for the solution to not include VB. Please elaborate on how to open and run Access with the visible property set to false. Or at least provide key words to look up in the help files. Thanks! Kim
  13. klm2klm2

    Run a report without starting Access first

    Interesting idea, Ian. Unfortunately, I don't have an Access application. I have a VB application that uses an Access database. Is there some way to trigger the running of the report when the database closes?
  14. klm2klm2

    Run a report without starting Access first

    I want users to have the ability to run a pre-defined Access report, but I don't want them entering the Access IDE (the database is password protected). How can I give users the ability to run an Access report yet keep them out of the Access IDE? Thanks, Kim
  15. klm2klm2

    Access SQL equivalent of Oracle DECODE

    What is the Access SQL equivalent of Oracle's DECODE function? Oracle's DECODE has a syntax something like this: select decode(Col1,'A','Active','I','Inactive','Other') from SomeTable; Translated into pseudo-code, the DECODE might read: If Col1 = "A", then return...
  16. klm2klm2

    Displaying 10,000 as 10

    Is there a simple way of displaying cell values in thousands? I don't want to create a new column with a formula such as "=A1/1000". I'd like to be able to visually see the value with the thousands removed, yet see the entire value when editing the cell. Is there a way to do...
  17. klm2klm2

    The "right" development tools

    Does Oracle have a long-term commitment to the desktop and/or client-server market? I'd hate to invest in Forms/Reports 6i just to have Oracle stop support for that product line.
  18. klm2klm2

    Windows development - moderate complexity

    Fantastic. Thank, Hehenka!
  19. klm2klm2

    Windows development - moderate complexity

    In a previous post, Hehenka mentioned Oracle Forms6i/Reports6i. All I see on OTN refers to 9i. Was the reference to 6i a typo or is there a 6i version that I should consider?

Part and Inventory Search

Back
Top