Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need help to generate file in database at run time in c#.
Posted
v2
Comments
Kiran Susarla 20-Dec-12 0:26am    
what file you want to generate? Can you elaborate your question?
Member 9448194 20-Dec-12 0:31am    
i want to store information about employee in access and want to do this in windows application form
Kiran Susarla 20-Dec-12 1:56am    
what help are you expecting from this group?
Jibesh 20-Dec-12 6:20am    
Your question is not clear hence you might not get the expected answer from this group. we cannot read your mind. so be specific in your question so that easy to understand the members and that will save their time.

1 solution

Quote:
i want to store information about employee in access and want to do this in windows application form
From this what I understand is you need to store the employee information into a MsAccess database.
To Achieve this you to need create a access database first and try to use .Net DataConnector class to open,insert, update the entries.

start writing your code with the following examples and comeback here if you stuck in the middle
MSDN.system.data.oledb.oledbparameter[^]
C# project connect with MS access database and developing interface[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900