All I have ever used before is MS Access with ASP,
Can i intergrate MySQL with asp, if so is it similiar techniques to using Access (eg connections/ SQL queries etc)?
Or is it a big learning curve?
thanks
If the latter, then, Andrew, you may need to consider whether your data uses any of these functionalities within Access.
Onya
Woz
<Link fixed ~Marcia>
(edited by: Marcia at 12:10 pm (utc) on Feb. 21, 2002)
mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20),
-> species VARCHAR(20), sex CHAR(1), birth DATE, death DATE);
each time??
If you are looking for a GUI, the authors of MySQL didnt make any (that i know of) themselves, but they link to several 3rd party ones, I found this the most useful.
[anse.de...]
Alternatively you can setup an MyODBC connection in Access 2000 and link to the existing databases.