Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB Databases
|
Pro VB Databases Advanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 4th, 2004, 10:24 AM
Authorized User
 
Join Date: Jun 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Which database would you recommend

Hi

We've written a neat application in VB6 using the native windows jet database (Microsoft DAO 3.51)

The application works fine, but we're being let down by the database - every day or so we have to repair the database. As this is a multiuser application (20 users) this is getting tedious and annoying the users

Does anyone have any recommendations for a more stable platform that doesn't cost the earth and doesn't take months to learn how to administer and will be reasonably compatible in terms of the code we've already written (just reads & writes to tables using indexes)?

Any advice gratefully received

Thanks
Psionman
__________________
Thanks
Psionman
 
Old October 4th, 2004, 11:07 AM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try looking into MSDE the free version of SQL Server, or better yet, try SQL Server 2005 Express. This have the full blown power of SQL Server, but MSDE has a limitation on concurrent connections. Overall, MSDE is a great DB engine and not too hard to learn. Do a search on MSDE on this site or Microsoft site.

I heard that Disney is using MSDE with a .net front end and something like 200 users. It is strong once you know the limitations. Just make sure to close the connections as soon as you get your data or do your data edit.



Sal





Similar Threads
Thread Thread Starter Forum Replies Last Post
PLEASE RECOMMEND JORGEMAL ASP.NET 2.0 Basics 1 September 26th, 2008 09:43 PM
Can you recommend this book? Hanne B. Stegemueller BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 4 December 7th, 2006 11:13 AM
plz recommend... turkush SQL Language 2 August 25th, 2006 05:49 AM
Can you recommend this book? barberj BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 4 June 5th, 2006 04:38 AM
Recommend a Book... s15199d BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 2 March 3rd, 2006 02:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.