>>>>> "KAH" == Knut Anders Hatlen <[EMAIL PROTECTED]> writes:
    >> But I still don't see how this can be used inside a test script,
    >> though. In the test scripts I have seen, the connection has already
    >> been established by the test harness. I suppose I could open a
    >> connection to a hard-coded URL inside the script, but how do you make
    >> that work with different frameworks? Is the connection URL available
    >> as some kind of variable or property that can be accessed in the 
ij-script?

    KAH> See jdbcapi/users.sql for an example. It seems like you can skip
    KAH> "jdbc:derby:" from the connection url.

    KAH> connect 'wombat;shutdown=true;user=francois;password=paceesalute';
    KAH> connect 'myDB;create=true;user=dan;password=MakeItFaster';

     Great, thanks, Knut-Anders! (again)

-- 
dt

Reply via email to