Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > ms acccess and c#
 

ms acccess and c#

i'm new to c# n ms access!!!
i wanted help on how to connect these and how to view n edit tables!

thanx!!!!
fathatsme  Friday, July 24, 2009 11:29 AM
Have a look to this code sample:

http://www.codeproject.com/KB/cs/simple_movie_database.aspx



I think this will fullfill your need.
-@SuDhiR@-
  • Marked As Answer byfathatsme Monday, July 27, 2009 10:48 AM
  • Proposed As Answer by_SuDhiR_ Monday, July 27, 2009 8:19 AM
  • Unproposed As Answer byfathatsme Monday, July 27, 2009 10:48 AM
  •  
_SuDhiR_  Friday, July 24, 2009 12:33 PM
Have a look to this code sample:

http://www.codeproject.com/KB/cs/simple_movie_database.aspx



I think this will fullfill your need.
-@SuDhiR@-
  • Marked As Answer byfathatsme Monday, July 27, 2009 10:48 AM
  • Proposed As Answer by_SuDhiR_ Monday, July 27, 2009 8:19 AM
  • Unproposed As Answer byfathatsme Monday, July 27, 2009 10:48 AM
  •  
_SuDhiR_  Friday, July 24, 2009 12:33 PM
thanx......

i want to connect a login table in ms access to a login form in c# n check if user's authentic! if so go to nxt form!
i created a database usin ms access.... it has a login table and details table! so in my form i want to check this login table n if d user exist go to the details form
fathatsme  Saturday, July 25, 2009 4:02 AM
Please post this question as new post if your first question is answered.
-@SuDhiR@-
_SuDhiR_  Monday, July 27, 2009 8:19 AM
Please mark the post as answer if it is helpfull to you. It helps the others to consider it as right answer.
-@SuDhiR@- ------------------------------------------------------ Please mark the post as answer if it is helpfull to you because it boosts the members to answer more and more.
_SuDhiR_  Monday, July 27, 2009 9:12 AM

You can use google to search for other answers

Custom Search

More Threads

• is there any solution for Concurreny Violation better than that ?
• Datagridview problem
• Databinding a textbox to a cell
• populate a TreeView from a Typed Dataset
• Datagrid problem - SelectedIndexChanged
• TreeView control databinded to SQL Server
• INotifyPropertyChanged event through BindingSource updates all bound properties on a form
• Get the position of an DataGridViewTextBoxCell
• DataBinding to ArrayList
• Sqlbulkcopy: Delete only copied rows from source table!