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: kvr99
  • Order by date
  1. kvr99

    Choosing a modeling pattern - sequential entities

    So, here is a situation I am mulling over involving sequential entities. I can think of one or two solutions for it, but I suspect it is a fairly standard design pattern and I don't want to re-invent the wheel!: For an airline ticketing company, I am modeling these entities: Trips Routings...
  2. kvr99

    Pass-Through qry

    Aha, my question exactly! I am trying to query a linked table (linked to a SQL*Server table) and I'd like to filter by a date literal. The Access syntax (#) doesn't work: SELECT [fields] FROM [linked table] WHERE myDate > #2003-01-01# (understandable since query is sent directly to...
  3. kvr99

    Client-side joins from different data sources - performance

    Thanks for the tip K. It turns out that when I prepared my respective queries in Crystal SQL Designer and saved the data there, then used these independent .qry files as my data sources (as opposed to creating command objects in Crystal Reports), performance went from 6 hours to 6 minutes...
  4. kvr99

    Client-side joins from different data sources - performance

    Using Crystal Reports 9, I am attempting to integrate data which originates in both SQL*Server tables and Oracle tables into a single report. I am able to perform a join on the client-side (by creating two SQL commands and linking them), but performance is impossibly slow, even when I reduce...

Part and Inventory Search

Back
Top