Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to develop a DSN Less report in VB.Net?

Status
Not open for further replies.

shareconcepts

Programmer
Joined
Apr 21, 2006
Messages
5
Location
PK
Hi to everyone!
How to develop a DSN Less report in VB.Net? Normally I develop a report using Data Source Name to provide data to the crystal report. I want to release this problem. If someone can provide me the solution, i m waiting....
Regards,
Farrukh.
 
What database are you using (e.g., SQL Server, Access, etc.)?

I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson

Arrrr, mateys! Ye needs ta be preparin' yerselves fer Talk Like a Pirate Day! Ye has a choice: talk like a pira
 
Most of my reports are either DSN or XML based. If you have a corporate environment, where you can have the net admins put the DSN in the user groups, they are very easy to use.

The other trick we use is a mapped personal drive and an XML file. Every user on our network has the H: drive mapped to a personal storage area. So we have our app spit out an XML file of the processed data to the H: drive, and then let Crystal read from that XML file.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Can't you pass it a dataset or datatable?

That's why I like sharp-shooter. Fast and easy.

Christiaan Baes
Belgium

"My new site" - Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top