Re: New to MySQL and I'm confused!
"Andrew DeFaria" <Andrew@DeFaria .com> wrote[color=blue]
> But isn't Access supposed to be it's own DB? Why then would you be
> linking it to an SQL or other backend?!?[/color]
..
Access has a front end and a back end. They can be used entirely separate
from each other.
Example 1
Access front end
One Access application can easily utilize many different data sources. In
the past, I had a single Access app which used Access, text files, Excel
files, MS SQL and MS Exchange for data sources. I could read and send mail,
plus read and write to text, Excel and SQL.
Example 2
Access back end
I have built ASP pages which use an Access *.mdb file for data storage. It
allows using small portable files behind your web pages, no database server
is required. I think (I haven't used PHP/MySql) this is very similar to PHP
and MySQL. The connection points to a file instead of a server.
These days I rely mostly on ASP and MS SQL. Access does not fit my needs.
But for many situations it works great. And heavy use of Access taught me
all about data manipulation, SQL syntax, ODBC, ADO and Visual Basic.
"Andrew DeFaria" <Andrew@DeFaria .com> wrote[color=blue]
> But isn't Access supposed to be it's own DB? Why then would you be
> linking it to an SQL or other backend?!?[/color]
..
Access has a front end and a back end. They can be used entirely separate
from each other.
Example 1
Access front end
One Access application can easily utilize many different data sources. In
the past, I had a single Access app which used Access, text files, Excel
files, MS SQL and MS Exchange for data sources. I could read and send mail,
plus read and write to text, Excel and SQL.
Example 2
Access back end
I have built ASP pages which use an Access *.mdb file for data storage. It
allows using small portable files behind your web pages, no database server
is required. I think (I haven't used PHP/MySql) this is very similar to PHP
and MySQL. The connection points to a file instead of a server.
These days I rely mostly on ASP and MS SQL. Access does not fit my needs.
But for many situations it works great. And heavy use of Access taught me
all about data manipulation, SQL syntax, ODBC, ADO and Visual Basic.
Comment