Communication Link Failure & Unexpected end of input screen
Marcus Hathaway
Ranch Hand
Joined: Jun 07, 2005
Posts: 89
posted
0
Hi,
I'm having the following SQL error when trying to connect to a database for use with JasperReports.
Anybody have any ideas to how to solve this? When i use the same connection mechanism for connecting to the database in another program everything works fine....so not sure why its saying it now.
Thanks for any advice... [ October 03, 2005: Message edited by: Bear Bibeault ]
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
posted
0
Marcus,
This is a rather generic error and without some more context is rather hard to diagnose.
Off the top of my head, since you say this is happening on connect I wonder if you are using a different driver because it sounds like it could be a protocol misfunction. Namely in one place you use a driver that is speaking the correct protocol and with Jasper you are not.