Hi,
1. Yes, you can, however there are limited features concerning GUI
interfaces.
2. www.freeetds.org -> Download ->JDBC
>From jboss.jcml:
<!-- JDBC -->
<mbean code="org.jboss.jdbc.JdbcProvider"
name="DefaultDomain:service=JdbcProvider">
<attribute
name="Drivers">org.hsql.jdbcDriver,com.internetcds.jdbc.tds.Driver</attribut
e>
</mbean>
[snip]
<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=MSSQLDB">
<attribute name="PoolName">MSSQLDB</attribute>
<attribute
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l</attribute>
<attribute
name="URL">jdbc:freetds:sqlserver://YOURSERVER:1433/YOURDB;TDS=7.0</attribut
e>
<attribute name="JDBCUser">YOURUSER</attribute>
<attribute name="Password">YOURPWD</attribute>
<attribute name="MinSize">0</attribute>
<attribute name="MaxSize">50</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="GCEnabled">false</attribute>
<attribute name="GCMinIdleTime">1200000</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
</mbean>
Burkhard
----- Original Message -----
From: "Rama Rao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 25, 2001 12:42 PM
Subject: [JBoss-user] Help on freetds Driver
Hai all,
I want to use free tds driver on windows platform to connet to the
SQL database.Can any body give me some information about that driver.
1. Whether, we can use that driver on windows platform or not?
2. If yes, from which site,we can download the driver.
If anybody is using this diver on windows platform. please send me urs jcml
file and also the name of jar or zip file which we have to put in lib/ext
directory
Thanks
Sadineni
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user