SidTheSquid
Programmer
Something so simple yet...
I am new to crystal reports and vb.net (and plain old vb)
I managed to create a crystal report and it is displayed on a webform using the crystal report viewer. This report is now to accept parameters from user input, I've discovered how to recieve the parameters and add them to the report viewer parameter fields, and bind it all together.
The part that I am stuck on is trying to connect to the sql server from my vb code-behind pages in order for my report to get the proper information. I have no idea how to do this
I received the error message
"Unable to connect: incorrect log on parameters."
Probably cuz i never stated any connection parameters
If anybody can help me out that would be fantastic.
I am new to crystal reports and vb.net (and plain old vb)
I managed to create a crystal report and it is displayed on a webform using the crystal report viewer. This report is now to accept parameters from user input, I've discovered how to recieve the parameters and add them to the report viewer parameter fields, and bind it all together.
The part that I am stuck on is trying to connect to the sql server from my vb code-behind pages in order for my report to get the proper information. I have no idea how to do this
I received the error message
"Unable to connect: incorrect log on parameters."
Probably cuz i never stated any connection parameters
If anybody can help me out that would be fantastic.