Error ... accessing data or Generatin page
Hello!
I'm using IBM server and DB2.
I have some problem.
When i create a report in VB.NET, accessing data or Generatin page massage after do not working.. and than windows Error.
Strangely rarely working well!
Has anyone received such an error? How to solved problem.
I made the FastReport.DB2.dll file in development computer. and register using the FastReport IDE. and add the "FastReport.DB2.dll" reference to VB.NET project
IBM engineer said, "Server and DB2 is good working. Server sent information to my computer, but maybe.. FR can't make report"
FR Supporter no answer to me..
I'm using IBM server and DB2.
I have some problem.
When i create a report in VB.NET, accessing data or Generatin page massage after do not working.. and than windows Error.
Strangely rarely working well!
Has anyone received such an error? How to solved problem.
I made the FastReport.DB2.dll file in development computer. and register using the FastReport IDE. and add the "FastReport.DB2.dll" reference to VB.NET project
IBM engineer said, "Server and DB2 is good working. Server sent information to my computer, but maybe.. FR can't make report"
FR Supporter no answer to me..
Comments
alternatively, make sure "IBM Data Server Provider for .NET" is working, try to connect dotnet application to db2, this code will open designer from your dotnet application
I'm korean. I can't English very well ^^;;
I fastreport designer directly connect to database. and i created datasource in fastreport designer.
Because it is a very complex report. and using many databands.
I have to solve the problem!!>....
I try your code. changed VB.NET
But A well-behaved report will fail.
1. IBM Data Server Provider for .NET instead of FastReport.DB2.dll
2. learn how to push datasource from .net code to fastreport
3. resolve complex query in stored procedures, call stored procedures from .net code, push single 'select query' to fastreport