------_=_NextPart_000_01C3479E.D981C070
Content-Type: text/plain
I am having problems using Crystal Reports to report on the RT (Request
Tracker) database which is a MySQL Database.
I am using Crystal Reports 8.0.1.0
RT Version 1.0.6
MySQL ODBC Driver 3.51
MySQL 3.23.54
We have some reports which have been running for some time on a machine
using a User DSN under Windows 2000.
I now want to run them on my machine (Windows XP) but I get an error
<<error mess.jpg>>
I have tried using both User and File DSNs but always get the same result. I
have tried on Windows 2000 laptop similar to the one it used to be run on
with the same result. I have also tried it on a Windows NT machine. Always I
get the same result.
Another colleagues working on the same NT machine with an identical User DSN
can get it to run. He can even run it using a file DSN.
He has tried on my machine but it gives the same error message.
I have looked at the SQL Code after it fails for me and when it works and it
is different. The good code is
<<sql.txt>>
The bad code is
<<badsql.txt>>
I also enclose a copy of the report in case that helps.
<<Time to fix date selection.rpt>>
Henry Jones
IS Manager
Dynex Semiconductor Ltd
01522 502729
------_=_NextPart_000_01C3479E.D981C070
Content-Type: text/plain;
name="sql.txt"
Content-Disposition: attachment;
filename="sql.txt"
SELECT
each_req1.`serial_num`, each_req1.`status`, each_req1.`date_created`, each_req1.`date_acted`,
transactions1.`serial_num`, transactions1.`trans_date`
FROM
`each_req` each_req1,
`transactions` transactions1
WHERE
each_req1.`effective_sn` = transactions1.`effective_sn` AND
each_req1.`serial_num` = transactions1.`serial_num` AND
each_req1.`status` = 'resolved'
ORDER BY
transactions1.`serial_num` ASC,
each_req1.`serial_num` ASC
------_=_NextPart_000_01C3479E.D981C070
Content-Type: text/plain;
name="badsql.txt"
Content-Disposition: attachment;
filename="badsql.txt"
SELECT
each_req1.`serial_num`, each_req1.`status`, each_req1.`date_created`, each_req1.`date_acted`,
transactions1.`serial_num`, transactions1.`trans_date`
FROM
{ oj `each_req` each_req1 INNER JOIN `transactions` transactions1 ON
each_req1.`effective_sn` = transactions1.`effective_sn` AND
each_req1.`serial_num` = transactions1.`serial_num`}
WHERE
each_req1.`status` = 'resolved'
ORDER BY
transactions1.`serial_num` ASC,
each_req1.`serial_num` ASC
------_=_NextPart_000_01C3479E.D981C070
Content-Type: text/plain; charset=us-ascii
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
------_=_NextPart_000_01C3479E.D981C070--
