joeyxaza Posted July 13, 2009 Posted July 13, 2009 hi all, can anyone help me on how to attach a database to my application in vs 2008, and the code used to access the attached database Quote
joe_pool_is Posted August 14, 2009 Posted August 14, 2009 That question could take a very large book to answer. Maybe you should say a little more. An Access database can simply be included with your installer. If you want to use an XML file or Excel Spreadsheet for a simple database, they can be created by your application if they do not already exist. If you want to use SQL Server or MySQL, that would likely require a Database Administrator to install and configure. Quote Avoid Sears Home Improvement
bprashanth Posted August 14, 2009 Posted August 14, 2009 Yup, agree with joe... You may start with this link, though: http://msdn.microsoft.com/en-us/library/ms171886(VS.80).aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.