OK, first of all, here is the trigger that I have been trying to create:
CREATE OR REPLACE TRIGGER inst_date_today
BEFORE INSERT OR UPDATE ON installation
DECLARE
todays_date DATE := SYSDATE;
inst_date_error EXCEPTION;
BEGIN
IF :NEW.instdate != todays_date THEN
RAISE...
I am currently in the design/alpha stages of building a web-based system for my own interests. I want the entire web application to have the ability of being installed on an IIS web server and be up and running with just some editing of a configuration file.
Throughout the system, there are...
Sorry, but I can't find a more DOS-related forum.
Does anyone know if there is a limit to the number of parameters a DOS application can accept? Ignoring constraints from different programming languages, etc. Is there a limit at all?
I'd like to just know if it is limitless, or if there is an...
:(
I've tried about a dozen different ways to get this to work... I am having absolutely no luck what-so-ever.
I once had it so it could add a new menu and a child until it ran into what should have been a sibling to the previous node. However, it would simply skip that node until it came to a...
I get an error when I try to run this query in Access. It doesn't look too complex to me :-P
PARAMETERS storyid Short;
SELECT story.story_id, story.story_date, story.story_text, member.member_name_first, member.member_name_last
FROM member INNER JOIN story ON member.member_id =...
I have a text file with formatted text... It is formatted into a branch-type layout already, but like this:
"1key" "text" "command"
{
"1key"
{
"1key" "text" "command"
"2key" "text"...
Thanks guys, my problem is solved!
Tek-Tips is a fantastic resource.
jmatt, Letter Assigner worked a charm, although I'm not 100% happy relying on 3rd party software to allocate my drive letters. Ah well, it'll do. :)
Thanks again!
I have 2 hard disk drives. My first one is 30GB, the second one is 13GB. Both drives have 3 partitions (so I have a total of 6 drives).
OK, now here is my problem: They aren't in the correct order. The 3 partitions on my first drive are assigned the drive letters C, E and F (instead of D and...
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.