Board Logo

not VW related oracle/sql question
amazer - March 8th, 2004 at 06:54 PM

Yes folks I am back at uni so brace yourself for another 3 months of "non VW related ..... question" threads.

Is there a way i can print a comment out so that I know where my script is up to for debugging purposes?

eg
INSERT INTO location VALUES...
INSERT INTO location VALUES...
INSERT INTO location VALUES...

***print something to state location inserts done***

INSERT INTO class VALUES...
INSERT INTO class VALUES...
INSERT INTO class VALUES...

***print something to state class inserts done***

[Edited on 8-3-2004 by amazer]


amazer - March 8th, 2004 at 07:29 PM

What about suppressing output so I dont get all these.

1 row created

1 row created

1 row created

1 row created

1 row created

1 row created

1 row created

Plenty of time to think about it, im giving up for the night.


lil dub - March 9th, 2004 at 12:17 AM

if i knew what you were talking about...i might try to help...but it is all jargon to me...

but, if it comes to study help
i need a chemistry tutor!!!!!
if anyone in brisbane can help out????

it frightens me......
stupid chemistry


Cruzin in a Golf - March 9th, 2004 at 01:08 PM

Quote:
Originally posted by amazer
What about suppressing output so I dont get all these.

1 row created

1 row created

1 row created

1 row created

1 row created

1 row created

1 row created

Plenty of time to think about it, im giving up for the night.


I think I know what you mean. But wondering what your trying to do it with (program) most programs should have a print commands option. If that is what your after. I know how to do it in Microsoft Word. hth
Cruzin in a Golf