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)...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.