how see list of a table's indexes?

2003-11-05 Thread Holly Chamberlain
Hi Group, Please forgive me if this has an obvious answer, but I couldn't find it in the MySQL v4.1 manual --- how can I see what indexes (and which columns are indexed) for a table? Thanks! Holly

RE: how see list of a table's indexes?

2003-11-05 Thread Holly Chamberlain
Thank you! That's just what I was looking for. -Original Message- From: Matt W [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:34 PM To: Holly Chamberlain; [EMAIL PROTECTED] Subject: Re: how see list of a table's indexes? Hi Holly, SHOW INDEX FROM table; or SHOW CREATE

What is SQL Standard: ISNUL()L, IFNULL() ?

2003-10-17 Thread Holly Chamberlain
Hi Group, Does anyone have a good site that contains the current SQL standard? Or does anyone know is ISNULL() and IFNULL(), and similar null testing functions, standard SQL or extensions to SQL? Thanks! I'm porting from Sybase SQLAnywhere to MySQL and just found what worked in Sybase (ISNULL())

RE: Migration tools for sybase to MySQL

2003-10-14 Thread Holly Chamberlain
Hi - You didn't mention which version of Sybase you are migrating from. I just migrated our db from Sybase SQLAnywhere to MySQL v4.1 and there were a couple things I found that didn't I had to change: 1) SQLAnywhere allows some words as column names that MySQL doesn't: I had some a couple tables

What do you recommend: MyISAM or INNODB?

2003-10-10 Thread Holly Chamberlain
Hi Group, I'm requesting feedback - should I use MyISAM or Innodb tables, or a mix? My database (currently in Sybase) typically gets no larger than 50 gigs, but 99% of the data is in one table. (The app is an cleanroom monitoring system, we collect 3-5,000 records a minute from environmental

RE: What do you recommend: MyISAM or INNODB?

2003-10-10 Thread Holly Chamberlain
To: Holly Chamberlain Subject: Re: What do you recommend: MyISAM or INNODB? No question. MyISAM. _M At 02:01 PM 10/10/2003, you wrote: Hi Group, I'm requesting feedback - should I use MyISAM or Innodb tables, or a mix? My database (currently in Sybase) typically gets no larger than 50 gigs, but 99

RE: Connect to 4.1 using MyOBDC

2003-09-25 Thread Holly Chamberlain
I can connect to my v4.1 MySQL server from Crystal Reports v8.5 using MyODBC v3.51. (Via selecting my DSN from the list of ODBC DSNs that Crystal shows me). -Holly -Original Message- From: Randy Chrismon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:21 AM To: [EMAIL