How to Export DataSet to Microsoft Access Database
-
Hi All, Can anybody help me in finding out the code for Exporting the data in DataSet to microsoft access . ITS VERY URGENT. Thanks murali
-
Hi All, Can anybody help me in finding out the code for Exporting the data in DataSet to microsoft access . ITS VERY URGENT. Thanks murali
Nothing is Agent here. Refrain from using such words here. To Saving the Data from the Dataset to Access table is simple. see this http://msdn.microsoft.com/en-us/library/aa288452(VS.71).aspx[^] Hope it Helps
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
Nothing is Agent here. Refrain from using such words here. To Saving the Data from the Dataset to Access table is simple. see this http://msdn.microsoft.com/en-us/library/aa288452(VS.71).aspx[^] Hope it Helps
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
Hi , Thanks for the need. This is working but How to Export the DataSet to .mdb format and also save on the desktop. murali
-
Hi , Thanks for the need. This is working but How to Export the DataSet to .mdb format and also save on the desktop. murali
hi ballameharmurali Really you have to be careful when using terms like Export and Dataset. Firstly an .mdb Format is a Format used for a Access Database. Now in .NET a Dataset can have a Table and more than one table. a Dataset is not a Database in .NET. When you Save the data in the Dataset , you will be saving it in a table, and that table belongs to a Database. Secondly you wrote: and also save on the desktop. I don't really understand what you mean here, you are Confusing me. Please Clarify exactly what you want
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
hi ballameharmurali Really you have to be careful when using terms like Export and Dataset. Firstly an .mdb Format is a Format used for a Access Database. Now in .NET a Dataset can have a Table and more than one table. a Dataset is not a Database in .NET. When you Save the data in the Dataset , you will be saving it in a table, and that table belongs to a Database. Secondly you wrote: and also save on the desktop. I don't really understand what you mean here, you are Confusing me. Please Clarify exactly what you want
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
ballameharmurali I Actually don't have VB.NET installed in my Computer,VB.NET and C# have similar Classes so converting the code its very Simple. I need to Clarify something before i go for lunch. I have the Following Article http://www.codeproject.com/KB/vb/N-Tier_Application_VB.aspx[^] I wrote it with VB.NET 2003 and i have used Wizards a lot there and i was using SOL. So the Same way you save to SQL is the same way you save to Access. Tell me if i misunderstood what you are saying Looking Forward for your reply
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
ballameharmurali I Actually don't have VB.NET installed in my Computer,VB.NET and C# have similar Classes so converting the code its very Simple. I need to Clarify something before i go for lunch. I have the Following Article http://www.codeproject.com/KB/vb/N-Tier_Application_VB.aspx[^] I wrote it with VB.NET 2003 and i have used Wizards a lot there and i was using SOL. So the Same way you save to SQL is the same way you save to Access. Tell me if i misunderstood what you are saying Looking Forward for your reply
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
Hi , Actually the code is bit lengthy and much complicated .It is better if u provide a simple code. I want to export datagrid data to Acess just like export to excel.I want atleast c# code. Thanks murali