Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

What DB to use?

 
   Database Help (Home) -> Visual Basic RSS
Related Topics:
sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table and there a column wich is data type All data in this column is in form So why when i run .asp page with simple query to..

arrays - is there a way to the contents of an array (looping through the array) and storing each item in a comma delimited string? Thanks!

DataReport PageBreak - Hi everyone, I would like to know how to force pagebreak in a for example after 5 records printed. Thank you all

Possible Use of a Cursor - I have a complex query that I hope I can explain it well enough for everyone to I have a table that contains for work Contained in the table are these are groupings of machining

Scroll Bars - Is there a way to find the size of on a system using Visual Basic 6.0? I know how to look and change them on the display but I don't know how to access that from within Visual Basic.
Next:  multi user problem  
Author Message
michael.j.thomas

External


Since: Feb 09, 2005
Posts: 1



(Msg. 1) Posted: Wed Feb 09, 2005 7:38 am
Post subject: What DB to use?
Archived from groups: comp>lang>basic>visual>database (more info?)

Hello friends, I could not find this with some searching so I thought I
would ask. I am currently working on an application in vb .net that
displays information from a database and has images included with the
entries. I am looking for a database solution to fit these needs:

The database will be distributable with the software on CD, therefore
it needs to be kept local to the app (encrypted) as well as not a
'server/client' setup.

Also i'm looking for a db that works paticularly well with images
stored in tables(perhaps it does not matter?). I did not figure a
simple ms access db was going to cut it and i've never used any other
non server related db type such as sql or oracle. I do not mind
purchasing a package as long as it is quality stuff.



Thank you for your suggestions!

 >> Stay informed about: What DB to use? 
Back to top
Login to vote
Randy Day

External


Since: Oct 06, 2003
Posts: 50



(Msg. 2) Posted: Wed Feb 09, 2005 11:02 am
Post subject: Re: What DB to use? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

michael.j.thomas.RemoveThis@gmail.com wrote:

 > Hello friends, I could not find this with some searching so I thought I
 > would ask. I am currently working on an application in vb .net that
 > displays information from a database and has images included with the
 > entries. I am looking for a database solution to fit these needs:
 >
 > The database will be distributable with the software on CD, therefore
 > it needs to be kept local to the app (encrypted) as well as not a
 > 'server/client' setup.

For small/medium sized projects, I was able to
just include the Access .mdb file in the distro.

 >
 > Also i'm looking for a db that works paticularly well with images
 > stored in tables(perhaps it does not matter?).

Personally, I'd never put images inside the database.
That bloat the size and slow performance. Store a path
to the image, and let the file system handle the
retrieval.

 > I did not figure a
 > simple ms access db was going to cut it and i've never used any other
 > non server related db type such as sql or oracle. I do not mind
 > purchasing a package as long as it is quality stuff.

I had good luck porting from Access to MySQL without
too many code changes. YMMV

<a style='text-decoration: underline;' href="http://www.mysql.com" target="_blank">http://www.mysql.com</a>

Other people have used the MS Database Engine (MSDE),
but I've never tried it.

 >
 >
 >
 > Thank you for your suggestions!
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: What DB to use? 
Back to top
Login to vote
exponent1

External


Since: Nov 04, 2004
Posts: 2



(Msg. 3) Posted: Thu Feb 10, 2005 10:40 am
Post subject: Re: What DB to use? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We've worked on hundreds of Access Image Database applications, and it has proved a very capable platform
in the right circumstances. Most people dismiss the approach believing it to cause ‘bloat’ (overhead),
performance and configuration problems, however these only apply to the specific technique of OLE Embedding,
and provided this is avoided and storage is done correctly no such problems are encountered.

--
______________________________________________________

<a style='text-decoration: underline;' href="http://www.ammara.com/" target="_blank">http://www.ammara.com/</a>
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous



michael.j.thomas.DeleteThis@gmail.com wrote:
 >Hello friends, I could not find this with some searching so I thought I
 >would ask. I am currently working on an application in vb .net that
 >displays information from a database and has images included with the
 >entries. I am looking for a database solution to fit these needs:
 >
 >The database will be distributable with the software on CD, therefore
 >it needs to be kept local to the app (encrypted) as well as not a
 >'server/client' setup.
 >
 >Also i'm looking for a db that works paticularly well with images
 >stored in tables(perhaps it does not matter?). I did not figure a
 >simple ms access db was going to cut it and i've never used any other
 >non server related db type such as sql or oracle. I do not mind
 >purchasing a package as long as it is quality stuff.
 >
 >
 >
 >Thank you for your suggestions!
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What DB to use? 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]