Go Back   CodingForums.com > :: Server side development > MySQL > Other Databases

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-25-2004, 08:51 PM   PM User | #1
Meers
Regular Coder

 
Join Date: Jul 2002
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Meers is an unknown quantity at this point
MS Access

Dumb question? Don't hit me

in order to have an MS Access db and upload it to my server - do I have to have MS Access program??
Meers is offline   Reply With Quote
Old 08-25-2004, 09:22 PM   PM User | #2
raf
Master Coder


 
Join Date: Jul 2002
Posts: 6,589
Thanks: 0
Thanked 0 Times in 0 Posts
raf will become famous soon enoughraf will become famous soon enough
Not going to hit you, just asking to clarify.

To create an access-db, you indeed need to have MsAccess. But to simply upload it (like if you create the acces-db on computer1, then put it one a cd and iupload it from computer 2 to computer 3, then you need MsAccess on computer 1 and computer3.

If this doesn't answer your question, then please clarify.
__________________
Posting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html
raf is offline   Reply With Quote
Old 08-25-2004, 09:34 PM   PM User | #3
Meers
Regular Coder

 
Join Date: Jul 2002
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Meers is an unknown quantity at this point
that was perfect.

Basically I needed to know if I needed Access in order to create the invoice - which you answered - yes.

Thank you
Meers is offline   Reply With Quote
Old 11-04-2004, 03:48 PM   PM User | #4
tboss132
Regular Coder

 
Join Date: Oct 2004
Location: In front of this computer. (Where else?)
Posts: 442
Thanks: 0
Thanked 0 Times in 0 Posts
tboss132 is an unknown quantity at this point
I'm going to hit you! Do i need bread to create a sandwich? Course I do!
Do i need access to create an mdb database? now you answer that
__________________
Tomorrow is the first day of the rest of your life... What have you done today?
Tutorials
Web: w3schools, htmldog General tips: Hardware, Networking
tboss132 is offline   Reply With Quote
Old 11-10-2004, 04:03 AM   PM User | #5
kpinocchio
New to the CF scene

 
Join Date: Nov 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
kpinocchio is an unknown quantity at this point
Actually, if you have MDAC (MS data access components) installed on your PC you can use a programming language (such as VB.NET, C# etc) to create and manipulate an Access database without having Access installed.
kpinocchio is offline   Reply With Quote
Old 11-10-2004, 05:15 AM   PM User | #6
Kiwi
Regular Coder

 
Join Date: Oct 2002
Posts: 380
Thanks: 0
Thanked 0 Times in 0 Posts
Kiwi is an unknown quantity at this point
There seems to be a general confusion about what Access is. probably about what a database is, as well. A database consists of a bunch of files which are created by sending commands to database engine. It may also have a front end that makes it easier to send the commands and view the results of these commands. These are commonly thought of collectively as "the database" but they're at least conceptually independant, if not functionally. It's not dissimilar to how your PC runs: application software on an operating system on hardware. You tell you application what to do; it tells your OS; your OS tells your hardware.

Access basically a front end. It has a bunch of tools and so forth built into it, but it is not really a database. It's not even a database engine (it uses the JET database engine, as I recall). You use Access to create a database - which it does by sending commands to the database engine which processes them and (if necessary) records them in the MDB file. There are other tools that can be used to access the MDB files; Access is merely the simplest and most convienient. Similarly, Access can be used to manipulate other database engines (eg it can be used as a front-end for SQL Server).

For the record, MYSQL is primarily a database engine.
__________________
Strategy Conscious
Kiwi is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:44 PM.


Advertisement
Log in to turn off these ads.