----- Original Message ----- From: "Cyriaque Dupoirieux" <[EMAIL PROTECTED]> To: "Liste Ant" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 9:36 AM Subject: sql task ?
> I have a problem using the task sql. > > My database is on another machine and I should indicate to the task > the following information : > > - The driver, > - The URL, > - The host ... > > And the problem is that I don't know how to indicate the host > machine ... You should consult the documentation for your JDBC-Driver. Normally the host is "encoded" in the url in some way. If you don't find this information you should tell us the database you are using - maybe someone can help you. Nico -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
