Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: Beginning Java Databases, ISBN 1861004370, Can't find Oracle Scripts


Message #1 by "cy lu" <conyuenlu@h...> on Mon, 02 Sep 2002 04:06:25 +1200
Dear Kevin,

Thank-you for your speedy reply. Yes - you were right. Next time I'll be 
more careful.

Thanks for taking up your precious time to answer my trivial question. By 
the way, so far the book is great!

Much Appreciated,

Con



>From: Kevin Mukhar <kmukhar@e...>
>Reply-To: "Professional Java" <pro_java@p...>
>To: "Professional Java" <pro_java@p...>
>Subject: [pro_java] Re: Beginning Java Databases, ISBN 1861004370, Can't 
>find  Oracle Scripts
>Date: Mon, 02 Sep 2002 08:20:28 -0600
>
>cy lu wrote:
> >
> > I copied the scripts into a directory c:\BegJavaDB
> >
> > I then typed in the following:-
> > @"C:BegJavaDB\OracleScripts\Oracle_Create.sql";
> >
> > The error message then reads:-
> > SP2- 0310
> > Unable to open file "C:BegJavaDB\OracleScripts\Oracle_Create.sql"
> >
> > What do I need to do to solve this?
>
>If this is exactly what you typed, then the problem is an error in your 
>typing.
>You need to include the "\" after "C:". That is, type this
>
>    @"C:\BegJavaDB\OracleScripts\Oracle_Create.sql";
>
>NOT
>
>    @"C:BegJavaDB\OracleScripts\Oracle_Create.sql";
>
>Kevin Mukhar
>Co-Author Beginning Java Databases
>http://home.earthlink.net/~kmukhar/books/BeginningJavaDatabases
>



_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


  Return to Index