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

    Passing an object to a stored procedure using Oracle Data Provider?

    I am trying to use an object that looks something like this (trimmed for brevity's sake): CREATE OR REPLACE TYPE t_operator AS OBJECT( login_name VARCHAR2(47), initials VARCHAR2(4), user_password VARCHAR2(40)...
  2. nileshcssi

    Window Key-E is slow to bring up Explorer

    Yeah, both machines are running SP4. I am somewhat suspecting the difference in drives is causing the slowdown. Maybe it takes more time to scan the drives, since the new machine has a 120GB partitioned to two 60GB partitions, and the old machine has only a 10GB. But then it doesn't make...
  3. nileshcssi

    Window Key-E is slow to bring up Explorer

    When I press Window Key-E it takes several seconds to bring up Explorer. This is unusual. When I click on "My Computer" or the "Windows Explorer" icon, it brings it up instantly. I also tried giving Windows Explorer a seperate shortcut key (e.g. CTRL-ALT-E) and this is...
  4. nileshcssi

    Propagate to individual subreports? (CR 8.5 VCL)

    I am using the Crystal Report 8.5 VCL component using Delphi 5. I am trying to propagate the database connection to individual subreports selectively (rather than all of them). According to the documentation it is possible to do this: property Propagate: boolean; Designed to take the Connect...
  5. nileshcssi

    Propagate to individual subreports? (CR 8.5 VCL)

    I am using the Crystal Report 8.5 VCL component using Delphi 5. I am trying to propagate the database connection to individual subreports selectively (rather than all of them). According to the documentation it is possible to do this: property Propagate: boolean; Designed to take the Connect...
  6. nileshcssi

    Concatenation does not work if one element is null

    I am concatenating two or more data elements (VARCHAR2's) using a formula like this: {DB_TABLE.DATA_1} + {DB_TABLE.DATA_2}; When I use this formula, if one of the data elements is null, the entire result of the concatenation is null, even if one of the elements is not null. The only thing...

Part and Inventory Search

Back
Top