crystal reports in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aaryan
    New Member
    • Nov 2006
    • 82

    crystal reports in asp.net

    hi everybody,
    i get an error while trying to use crystal reports in my asp.net form. i dragged the crystal report viewer onto my form then added the dataset. and in my process of creating the data set, while i try to drag the table from the server explorer to the data set area, it shows the following error.
    the wizard detected the following problems while configuring the data adapter for the "table"
    Details: Error in select clause:expressi on near '['
    error in from clause: near '['
    unable to parse query text
    becoz of the above error, i am not in a position to build my dataset successfully. cd anybody help me out in this.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    There is an error with the select statement, a syntax error around [. HTH.

    Comment

    • aaryan
      New Member
      • Nov 2006
      • 82

      #3
      Originally posted by kenobewan
      There is an error with the select statement, a syntax error around [. HTH.
      hi,
      thanks for your response. but i have not given any select stmt anywhere then how come the syntax error come. anyway, where should i go correct it. cd you just assist me in that.
      aaryan

      Comment

      Working...