I am trying to build a crystal report view.
As a newbie here, i have no idea how connect it to my database.
I am refering to a tutorial in here (link)
http://csharpdotnetfreak.blogspot.com/2009/07/creating-crystal-reports-in-aspnet.html
In the tutorial it teaches the connection of the database using
OLE DB(ADO).
But i failed, because the connection it make is using SQLExpress Server. I did not found in my VS2008.
My db file is in (.mdf) file format located inside (\App_Data) folder.
I only see my computer name (KELVINTEOH-PC) as the only 1 server exist there
I oso include an image(severexplorer.jpg) to support my statement.
Can someone give me guide?