RE: what is the difference between, MDB and MySQL

2001-06-22 Thread Patrick Calkins

Well, that all depends on what language your apps are written in. VB?
Delphi? C? PHP? Perl? and what database architecture are you using within
the language (ie, in VB are you using ADO, or ODBC, or DAO, etc)...

Also, for a good comparison of databases, look at this:
http://www.mysql.com/information/crash-me.php

Patrick

# -Original Message-
# From: Colin [mailto:[EMAIL PROTECTED]]
# Sent: Wednesday, June 20, 2001 10:35 PM
# To: Siomara Pantarotto
# Cc: [EMAIL PROTECTED]
# Subject: Re: what is the difference between, MDB and MySQL
# 
# 
# I mean, the connecting string, what is the different
# 
# MySQL. Interbase SQL, ACCESS and MS SQL
# 
# is it the same, since, I have coded webstore by using 
# ACCESS's MDB, but,
# currently, we need to move to Lynex OS comes with mySQL installed in
# server.. so, if program move to lynex, will it work properly?
# 
# Thanks
# 
# 
# 
# 
# 
# - Original Message -
# From: Siomara Pantarotto [EMAIL PROTECTED]
# To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
# Sent: Thursday, June 21, 2001 10:46 PM
# Subject: Re: what is the difference between, MDB and MySQL
# 
# 
#  MySQL is a database just like others:
# 
#  Oracle (Oracle)
#  SQL Server (Microsoft - for large systems)
#  Access (Microsoft - for small systems)
#  DB2(IBM)
#  etc...
# 
#  MDB, as I know, is the termination (extension) given to a database
# generated
#  by MS Access.
# 
#  For example: NorthWind.mdb (example provided by Microsoft 
# when you install
#  Access)
# 
#  Siomara
# 
# 
#  From: Colin [EMAIL PROTECTED]
#  To: [EMAIL PROTECTED]
#  Subject: what is the difference between, MDB and MySQL
#  Date: Wed, 20 Jun 2001 22:47:15 -0500
#  
#  
# 
#  
# __
# ___
#  Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




what is the difference between, MDB and MySQL

2001-06-21 Thread Colin





Re: what is the difference between, MDB and MySQL

2001-06-21 Thread Siomara Pantarotto

MySQL is a database just like others:

Oracle (Oracle)
SQL Server (Microsoft - for large systems)
Access (Microsoft - for small systems)
DB2(IBM)
etc...

MDB, as I know, is the termination (extension) given to a database generated 
by MS Access.

For example: NorthWind.mdb (example provided by Microsoft when you install 
Access)

Siomara


From: Colin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: what is the difference between, MDB and MySQL
Date: Wed, 20 Jun 2001 22:47:15 -0500



_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: what is the difference between, MDB and MySQL

2001-06-21 Thread John Meyer

At 12:46 AM 6/22/01 -0300, Siomara Pantarotto wrote:
MySQL is a database just like others:

Oracle (Oracle)
SQL Server (Microsoft - for large systems)
Access (Microsoft - for small systems)
DB2(IBM)
etc...

MDB, as I know, is the termination (extension) given to a database 
generated by MS Access.

For example: NorthWind.mdb (example provided by Microsoft when you install 
Access)

Siomara

Plus, MySQL is a RDBMS designed for use over a network.  Access is a 
file-based database.  This isn't a knock against Microsoft, but the last 
thing you want to run over a network is an MDB, even with the proper file 
sharing.


John Meyer
[EMAIL PROTECTED]
Programmer


If we didn't have Microsoft, we'd have to blame ourselves for all of our 
programs crashing


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php