cystal report 8.5 and mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charansing
    New Member
    • Apr 2008
    • 2

    cystal report 8.5 and mysql

    i hava use MySql database ,but how to pass sql query into crystal report 8.5
  • mariusseven
    New Member
    • Mar 2008
    • 19

    #2
    Create a query for that report, you can test it using a query analyzer. Then try to find a way to have a ttx builder. Then create a .ttx file and then create a report by choosing
    >the Crystal Dictionary,
    >then choose More data sources,
    >then Active Data Sources,
    >then Active Data (fields definitions only)

    or you choose the other way directly choosing the database thru the
    data source.

    Did i get it right?

    Originally posted by charansing
    i hava use MySql database ,but how to pass sql query into crystal report 8.5

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      You can directly pass the Sql Query string to the crystal report at run time.

      Comment

      Working...