Hotel management system using .net Or college management system
This
project is compatible to visual studio 2005 and later. If you are using
Visual studio version 2008 and later then you just need to change
connection string i.e
"provider=microsoft.jet.oledb.4.0;data source="
& Application.StartupPath & "\Imperial.mdb;jet oledb:database
password='iihm';"
To
"provider=Microsoft.ACE.OLEDB.12.0;data
source=" & Application.StartupPath & "\Imperial.mdb;jet
oledb:database password='iihm';"
If you find any other problem regarding project you could mail me then i would provide you relevant solution to it.
You also need crystal report viewer minimum version 2005 or 5.0.
...
Read more »