Re: MySQL PHP Development IDE

2002-02-21 Thread Joel Wickard
> This off topic, but one of our programmers is interested in NuSphere's PHPEd > development interface and I would liek some feed back from other users. > > His interest lies not so much in using for database table modeling, but for > PHP and Perl development. If he's not really that interes

Fw: Does MySQL work with VMWare?

2002-01-31 Thread Joel Wickard
why not run cygwin? I run postgres on my win2k box through cygwin. It would be less resource intensive. > - Original Message - > From: "BD" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 31, 2002 9:02 AM > Subject: Does MySQL work with VMWare? > > > > I have

Re: MySQL on the Playstation2? (OT? You betcha)

2002-01-31 Thread Joel Wickard
when you're in the programming gig for the science, you want to do EVERYTHING. when you're in it for the money, you want to do what's practical, not neat. For me computers and computer programming is a part of who I am, not just a job, but a passion. Sometimes it's hard for us to remember that

next insert id

2002-01-29 Thread Joel Wickard
database,sql,query,table I need to find out what the next value will be in an auto_increment field will be. could someone help me out with the select statement? - Before posting, please check: http://www.mysql.com/manual.ph

Re: MyVBQL in depth help needed

2002-01-24 Thread Joel Wickard
mysql, database http://shop.barnesandnoble.com/booksearch/results.asp?WRD=MySql&userid=6AF42 HL01D - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Access -> Mysql conversion

2002-01-21 Thread Joel Wickard
I'm looking for a program, standalone, or web-based, to convert a current access database to mysql. any hints? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread Joel Wickard
try calling session_start() as the very first thing in your php script. - Original Message - From: "René Fournier" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 7:41 PM Subject: Re: [PHP] Mac OSX !?!?!? > Somebody sugges

Re: MySQL on Linux 2.4 question

2002-01-09 Thread Joel Wickard
600,000 row table? what are you storing on that bad boy? - Original Message - From: "Weaver, Walt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 2:17 PM Subject: MySQL on Linux 2.4 question > Anyone else out there been playing with the new Linux 2.4 ker

INSERT OR UPDATE

2001-12-29 Thread Joel Wickard
Hello all, I need to write a query that will insert data into a table if there is no row matching a pre-specified ID, but will update a row if it matches a pre-specified ID. Any pointers would be great. - Before posting, pleas

Benchmarking

2001-12-24 Thread Joel Wickard
Hello, I've looked around on mysql.com, and through the directories of my mysql install I'm looking for information on benchmarking my mysql database, but I'm not interested in seeing how it performs against other databases, I'm interested in testing how my designs will perform when scaled. If an

Benchmarking

2001-12-20 Thread Joel Wickard
Hello, I've looked around on mysql.com, and through the directories of my mysql install I'm looking for information on benchmarking my mysql database, but I'm not interested in seeing how it performs against other databases, I'm interested in testing how my designs will perform when scaled. If an

sub selects

2001-12-14 Thread Joel Wickard
can you perform sub selects in mysql? - 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]>

Re: MySQL on Win2000

2001-12-13 Thread Joel Wickard
Yes you can use phpmyadmin for windows2000, I always have. Here's a little bonus for you even though you didn't ask for it. Save this to a batch file: @echo off set zdate=%date% set zdate=%zdate: =% set zdate=%zdate:/=-% C:\mysql\bin\mysqldump -A > E:\mysqlDataBackup\%zdate%.txt (replace the

time_format();

2001-11-20 Thread Joel Wickard
Hello all. I'm developing a web-based app with php / mysql. I'm interested in hearing peoples opinions on a fairly trivial subject. I have a feature on a page that retrieves times out of a mysql database. I was considering formatting the date with javascript, or php, but it would be easies