• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Crystal clear report generation and JDBC

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I was trying to generate report using i-net crystal clear report engine.

but it is giving following error,

The DB connection to "jdbc:odbc:p4pdb" failed (see crystalclear.properties): [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (225)

Can anyone help to understand this?

Thanks in advance.
Romak
 
prathamesh bandivadekar
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The above connection problem is solved....but a new problem has occured...

Error sayz it like this...

Could not fetch data, reason: Report Error [0] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ;. (for the associated SQL statement: SELECT p_prep9_prep_status_semester;1.first_name,p_prep9_prep_status_semester;1.last_name,p_prep9_prep_status_semester;1.contingent,p_prep9_prep_status_semester;1.semester,p_prep9_prep_status_semester;1.semester_full,p_prep9_prep_status_semester;1.status FROM p4pdb.dbo.v_PREP9_Prep_simple_status p_prep9_prep_status_semester;1 ). has occurred after trying to run SF on db server (0)
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you please share your sql statement.
reply
    Bookmark Topic Watch Topic
  • New Topic