On Fri, 2002-02-22 at 20:38, Erik Hatcher wrote:
> Is this the right place to ask Torque questions?  I'm a newbie to Torque,
> but very jazzed about getting it rolling.  I'm impressed with the amount of
> documentation and infrastructure that is in place for it.  Unfortunately I'm
> having a problem that I haven't seen mentioned in the archives or
> documentation - so I must be doing something really dumb....
> 
> I'm using the latest fresh build from CVS, but I've tried other builds with
> the same problem so I'm not suspecting a Torque code problem. I've also
> succesfully connected to MSSQL (with the beta drivers), but my goal is to
> use hsqldb for something lightweight.
> 
> My code is very simply:
> 
>         try {
>             Torque.init("c:/temp/torque/Torque.properties");
>         }

I assume windows (and I don't use windows) but shouldn't that be:

c:\\temp\\torque\\Torque.properties ?

Same with your database path.

> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to