Frederic Calvo schrieb:
> I'm searching for the database url value (database.default.url) in
> "TurbineResources.properties" for SQL Server 2000.

This should be 
  
database.default.url=jdbc:microsoft:sqlserver://servername;DatabaseName=database
when using
   database.default.driver=com.microsoft.jdbc.sqlserver.SQLServerDriver

And it should be 
   database.default.url=jdbc:freetds:sqlserver://servername/database
when using
   database.default.driver=com.internetcds.jdbc.tds.Driver

> I'm also searching for the database scripts (creation and insertion) for SQL
> Server 2000.

I haven't done this yet. But in docs/site/psml_db.html there's a section called
"Creating PSML Database" that explains how to create the database script using
torque.
If you get it working it would be nice if you post the script.

  gus

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

Reply via email to