Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2003, 08:45 AM
Registered User
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Crystal Reports 4.6 Vs Crystal Reports 7.0

Dear All,
    We have a Application that is running on VB 5.0, Crystal Reports 4.6 and SQL Server 6.5.
    It contains Query written in Microsoft Old Format .
    For eg:
    There is a Crystal Report which contains this kind of Query
    Select emp_no,emp_name,dept_name from emp, dept
    where dept_no = dept.no and
    status ='L'

    Now We have installed a Application that is running on VB6.0, and Crystal Reports 7.0 and
    MSDE Database
    Now the Same Query is converted into ANSI Format
    For eg
    Select emp_no,emp_name,dept_name
    from emp INNER JOIN dept
    ON dept_no = dept.no
    where
    and
    status ='L'

    Due to this Conversion(Normal Join format to ANSI Standard One) the and alone stays in
    the Where clause which results in the Query Error

    Thanking You for your Solutions in Advance

Regards,
AL.Ramanathan

 
Old July 31st, 2003, 09:24 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

hi there..

are you doing the conversion?? is automatic???

can you just take out the and from it???

HTH...

Gonzalo Bianchi
 
Old July 31st, 2003, 11:45 PM
Registered User
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
Thanx for your Reply.
This application is installed in around 50 machines.
I need to remove this 'and' and install in all the 50 machines
Is there any way in which we can stop this kind of conversion

Regards,
AL.Ramanathan


 
Old August 4th, 2003, 07:27 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

hi there..

do you have the report in all the 50 pc???
maybe it's easy to use a new report, and your app. copy it when you install the new version???

HTH...

Gonzalo Bianchi





Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal reports shyna Crystal Reports 3 September 20th, 2011 08:41 AM
how to get reports in crystal reports using ASP3.0 candy133 Classic ASP Basics 2 January 26th, 2006 08:26 AM
Comparitive Reports in Crystal Reports tarunm Crystal Reports 1 January 21st, 2006 01:08 AM
comparision among crystal reports and Data reports avats Crystal Reports 0 April 13th, 2005 01:01 PM
How to create/design reports with crystal reports BassmaniaQ Crystal Reports 0 December 14th, 2004 04:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.