Using an MS Access DB as the data storage 
Author Message
 Using an MS Access DB as the data storage

Hi All

Looking to make a football manager game whereby I need to store a lot of
stats in a form of DB.

I use ASP/ADO/Access on a daily basis, so I thought I would make the game in
a VB to Access DB combo.  Does anybody know any problems with doing this
combo?

I want to make the game freeware, but what if the user doesn't have MS
Access?  Can the DB still interface with my VB app?

If there has to be some form of run-time does it make the whole installer
monstrously oversized, eg VB app (nice and small), MS Access DB run-time
files (HUGE!!!) and ADO 'glue' (HUGE!!!)?

Any help you can suggest on how I should store my data and what the pitfalls
can be before I start would be very much appreciated.

Rgds

Laphan

http://www.*-*-*.com/



Tue, 06 Dec 2005 04:16:34 GMT  
 Using an MS Access DB as the data storage
Laphan,

You will need to redistribute the *jet*.dls for Access.  If you are not
going to use any other database you should probably use DAO which will be
faster and you will not have to redistribute ADO.

Dan


Quote:
> Hi All

> Looking to make a football manager game whereby I need to store a lot of
> stats in a form of DB.

> I use ASP/ADO/Access on a daily basis, so I thought I would make the game
in
> a VB to Access DB combo.  Does anybody know any problems with doing this
> combo?

> I want to make the game freeware, but what if the user doesn't have MS
> Access?  Can the DB still interface with my VB app?

> If there has to be some form of run-time does it make the whole installer
> monstrously oversized, eg VB app (nice and small), MS Access DB run-time
> files (HUGE!!!) and ADO 'glue' (HUGE!!!)?

> Any help you can suggest on how I should store my data and what the
pitfalls
> can be before I start would be very much appreciated.

> Rgds

> Laphan

> http://www.frozenmoles.co.uk



Tue, 06 Dec 2005 04:22:27 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Using an MS Access DB as the data storage

2. Using MS Data Shaping with OLE DB - data from more than one table in mpp file

3. Help, using an Access 97 DB without MS Access Application

4. Help, using an Access 97 DB without MS Access Application

5. Help, using an Access 97 DB without MS Access Application

6. export data from one access db to same db on another machine using vb6

7. Using a Data Control in VB5 accessing a user-level secure Access 97 DB

8. How to use MS Jet to access data fr Access2000 db

9. data transfer from word form to ms access db

10. Any problems converting Ms ACCESS db data to ORACLE 7

11. How to use MS Jet to access data fr Access2000 db

12. How to use MS Jet to access data fr Access2000 db

 

 
Powered by phpBB® Forum Software