GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 06-Jun-2008, 05:52
skyloon skyloon is offline
Junior Member
 
Join Date: Jun 2003
Posts: 53
skyloon is an unknown quantity at this point

MySQL database file


can mysql work like ms access?
ms access save a file as mdb file and can bring to any where, when run the application, data can be straight away updated into db file, no need rely on the server.
so can mysql do the same thing?
  #2  
Old 09-Jun-2008, 05:43
TurboPT's Avatar
TurboPT TurboPT is offline
Senior Member
 
Join Date: Feb 2006
Location: Atlanta, GA
Posts: 1,233
TurboPT is a jewel in the roughTurboPT is a jewel in the roughTurboPT is a jewel in the rough

Re: mysql database file


Quote:
Originally Posted by skyloon
can mysql work like ms access?
so can mysql do the same thing?
The short answer to both is no, as MySQL is a client/server based application:
Quote:
Originally Posted by MySQL
MySQL Server, is the main program that does most of the work in a MySQL installation. MySQL Server manages access to the MySQL data directory that contains databases and tables. The data directory is also the default location for other information such as log files and status files.

When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients.
...where as MS Access keeps virtually everything contained in one file.

Quote:
Originally Posted by skyloon
ms access save a file as mdb file and can bring to any where, when run the application, data can be straight away updated into db file, no need rely on the server.
This is not entirely true, for wherever the .mdb file is taken, the MS Access application must be available to use the DB. Won't be very useful taking the .mdb to someone using LINUX/UNIX, for example.

However, MS Access can be used as a front end to MySQL if there is server availability, and there is also ODBC things that can be done too. See this page for topics about MS Access and MySQL.
__________________
Use the force...read the source!!
WYCIWYG -- what you code is what you get!
 
 

Recent GIDBlogProblems with the Navy (Enlisted) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Airport Log program using 3D linked List : problem reading from file batrsau C Programming Language 11 29-Feb-2008 07:44
How to retrive all the rows in a mysql database and write it to a file using java? asenthil Java Forum 1 12-Feb-2007 19:35
After execution - Error cannot locate /Skin File? WSCH C++ Forum 1 05-Mar-2005 20:03
Yet another CD burner problem: Lite-On LSC-24082K Erwin Computer Hardware Forum 1 22-May-2004 11:28
CD Buring Failed skanth2000 Computer Hardware Forum 1 15-Nov-2003 03:52

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 17:39.


vBulletin, Copyright © 2000 - 2010, Jelsoft Enterprises Ltd.