|
-
December 15th, 2009, 05:38 AM
#1
[RESOLVED] DB Selection
Hi
We are going to develop windows application(VB.NET) for Articles full text search .
Client is going to distribute this application through CD-ROM.
Actually my doubt is which database is good for this application?
This database can’t install in user system it will access from CD-ROM only?
Please Guide me any one. Thanks for any Help
-
December 15th, 2009, 06:47 AM
#2
Re: DB Selection
I guess MS-Access would be perfect here, if you try to use any other, you will have to first load it in DB and then use it, which is not so good considering that MS-Access files can be used as DB just like that, simply create the connection string with proper path.
Regards,
Ramkrishna Pawar
-
December 15th, 2009, 06:56 AM
#3
Re: DB Selection
Well, it depends on which kind of application you're going to develop.
If the application is a mono-user program with a little amount of data to manage, I agree with Krishnaa, Access is the best choice.
If the application is a multi-user system and it have to process a large set of data probably you should consider other products, for example Sql Server (that is more complex of course)
-
December 15th, 2009, 06:59 AM
#4
Re: DB Selection
With SQL server, you will have to load the DB file into SQL server first, without that you can not make connections, that was the only point I wanted to convey.
Regards,
Ramkrishna Pawar
-
December 15th, 2009, 07:18 AM
#5
Re: DB Selection
Thanks for ur replies.
its not small amount of data.and this application is mono-user purpose only ,who have the CD-ROM they only execute the application.
"This database can’t install in user system it will access from CD-ROM only"
at that time also we can go for SQL SERVER?
what about flatfiles(textfiles) is it good?
-
December 15th, 2009, 09:09 AM
#6
Re: DB Selection
Flatfiles would be the worst, but if your application do not demand performance over read then it's alright. Why not use MS Access MDB file ?
Regards,
Ramkrishna Pawar
-
December 15th, 2009, 11:54 PM
#7
Re: DB Selection
Actually I’ve doubt if user system doesn't have MS Access, it will work?
(my system have OpenOffice.org 3.0)
-
December 16th, 2009, 01:10 AM
#8
Re: DB Selection
You do ODBC, MS Access as an installed application is not needed.
Regards,
Ramkrishna Pawar
-
December 16th, 2009, 01:48 AM
#9
Re: DB Selection
Thank u Krishna.
I’ll go for MS Access.
Thanks once again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|