Re: mySQL Data to XML Document and the reverse....HOW???

2002-02-17 Thread Chris Lott
:) c -- Chris Lott http://www.chrislott.org/ - 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

RE: How to get BDB or InnoDB

2002-01-21 Thread Chris Lott
Therefore, to use BDB or InnoDB, you must For InnoDB, get or build the Mysql-MAX distribution of the MySQL Server-- if you are using RPMs, this just means installing the one MAX rpm and you will have InnoDB capability in addition to the standard MyISAM. c -- Chris Lott http

RE: MySQL system requirements

2002-01-20 Thread Chris Lott
will have a lot of other cool Linux tools to learn and play with, but you can easily get going with this. c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual

RE: Tergat MySQL Studio

2002-01-18 Thread Chris Lott
of design and management tools for MySQL :) c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

RE: Porting from MS SQL to MySQL

2002-01-18 Thread Chris Lott
and performance-enhanced system. This is not going to lead to a system that is easy to port :) c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

RE: record navigation on a webpage

2002-01-18 Thread Chris Lott
/demoBrowsDB.sphp3 c -- Chris Lott http://www.chrislott.org/ - 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

Tergat MySQL Studio

2002-01-15 Thread Chris Lott
Embarcadero products I use for SQL Server that would work with (or also with) MySQL! Sure makes dealing with massively complex relationships and structures more convenient, either with InnoDB or with forthcoming MySQL 4.1 ... c -- Chris Lott -- http://www.chrislott.org

RE: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Chris Lott
TextPad ( http://www.textpad.com ) also handles Unix/Win (for table/db dumps, etc) without a problem and is my own personal choice. Includes syntax highlighting if you want that kind of thing. Emacs on Windows is also good, but it can be a bear to configure and get running the way you might want

RE: MASON GUI for Windows is it good?

2001-07-13 Thread Chris Lott
I have heard that mason is pretty good , I currently us DB Tools as a windows GUI for MySQL but would consider changing to Mason it its better. Try it out... there is a 15 day trial for the whole product so you can see how you like it. I just started using it a few days ago and I am

Book recommendation

2001-07-08 Thread Chris Lott
The Mysql/Msql book I have from O'Reilly is definitely showing its age. I know there are books in the MySQL FAQ, butI am looking for recommendations. Any books that stand out as better than others? I'm also looking for a good PHP book that is a bit more advanced than the Beginning PHP book (from

Storing multi-page texts

2001-07-08 Thread Chris Lott
What kind of methods have any of you used for storing text that needs to be displayed as both multi-page (for reading) and single-page (for printing)? My plan is to store the articles with basic HTML formatting that will render based on the site stylesheet(s). I'm using MySQL. My main question