I was using the jdbcodbc driver to connect to SQL server and I found this
exception being thrown.
[Microsoft][ODBC SQL Server Driver]Fractional Truncation.
(Found when getting the error emails written to a table, not file)
I looked why this Exception happened and found this:
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q234987&;

So I decided to change to the Beta 2 type 4 driver and I found this
Exception:
"Cant' start a cloned connection while in manual transaction mode".
So then I found that I needed to add to the url connection string,
selectMethod=cursor
ie
jdbc:microsoft:sqlserver://localhost:1129;selectMethod=cursor

Hope this helps someone.
linz





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

Reply via email to