Hi!

In struts-config.xml i defined database connection settings. Partuculary 
database name.

code:
<set-property property="url"
value="jdbc:microsoft:sqlserver://xxx.xxx.xxx.xxx:1433;DatabaseName=SomeName_test;SelectMethod=Cursor"
/>

Is there any to detect database name in Action class? I want to check db name, 
and if it's test db
to put some information in .jsp.

Tnx in advance,
Stanislav

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

Reply via email to