Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: cs97jjm3Posted on 2008-11-14 at 00:58:50ID: 22958049
just read this http://answers.yahoo.com/q uestion/in dex? qid=20 0811071251 23AAcRsKG hopefully it will help
.
why don't you define a new object from dataset class to be your data source in the application?
if you need to use your access database in a connected way and you're not using the true power of ADO.NET so it's ok and all you need is a simple connection string not a wizard. and if you wanna use a disconnected database access using ado.net then just define new objects of oledb data adapter and a data set or data table to fill it with existing data. that would be all you need to do to connect your gui to a database, even you can define data bindings in code. check out MSDN for detailed information and if you need a useful website on .NET just visit http://www.codeproject.com
good luck.