Add exsiting query to report

前端 未结 2 1418
一生所求
一生所求 2021-01-28 13:08

My report calculates the stock of inks in my stores. I built a SQL statement in VB.NET and got the correct results. How can I display these results in my Crystal Report? Or desi

相关标签:
2条回答
  • 2021-01-28 13:42

    Usually you will link Data Tables to your report using Database Expert. Do the same in Database Expert, select the Database and you can see Add Command. Select that and click the > button. You will get a Window, write your SQL Query there and press OK.

    Add Command

    After finishing this you can see Command in Database Fields which contains all your records got from the SQL Query as result.

    0 讨论(0)
  • 2021-01-28 13:42

    In Database Manager choose Add Command and then type your SQL Statement there.

    0 讨论(0)
提交回复
热议问题