Skip to Content
0
Former Member
Mar 24, 2009 at 10:50 PM

Crystal Reports 2008 sqlquery Using

31 Views

We have an inquiry.

Now, we are using Windows XP, Visual studio 2008, Crystal Reports 2008.

Before, we had been used Windows XP, Visual studio 6, Crystal Reports 7.

Since we changed development Environment to Visual Basic.NET, we have some problem to process with previous method.

It was possible to send Query directly to Crystal Reports in previous development Environment. But, we do not know how to we do at VB.NET.

<Previous Coding>

Crystalreport.SQLQuery = u2018select * from TABLE order by dateu201D

We used as above.

Please let us know it is possible to use as above in Crystal Reports 2008 of VB.NET

  • We are using [VIEW] but, It is not possible to make [VIEW] with u201Corder byu201D. So we had been used above method for special cases.