Program Dependancies + Databases

Soldato
Joined
12 Jun 2005
Posts
5,361
Hi there,

I am correct in assuming that you don't need Access to open a .mdb database when creating a database program in VB.NET aren't I?

Thanks.
 
But what i am saying is, that if i distribute my program which has a database with it.....you don't actually need Access to run the program (which calls the database) do you?
 
akakjs said:
To access a MDB file you need something called Jet which is a database engine that access makes use of. Jet comes with nearly every PC (I believe there are some 64-bit versions of windows without support however).

So yes you don't need access installed. However I'd really really suggest you consider using Sql Express it doesn't come with an UI building tool, but it sounds like your not looking for that. Its scales miles better than Access/Jet, its more realiable, and faster. Plus it's just a limited version of the full Microsoft Sql Server 2005 (the limit is 1gb of ram & a maxium of 2Gb of data a database).

akakjs


Thanks for all the information, but the project already exists, I am just writing about it. Thanks again. I already use SQL Express :)
 
Back
Top Bottom