RE: database query.

2003-02-28 Thread Anil Garg
hi, I appreciate the time you spared for my problem. Thanks, that helped :) Regards Anil -Original Message- From: Bruce Feist [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:47 PM To: Anil Garg Subject: Re: database query. There really isn't enough information for me

RE: Database Query Question

2002-09-22 Thread Andrew Braithwaite
Shaun, The length can be any value between 1 and 255. (As of MySQL Version 3.23, the length of CHAR may be 0 to 255.) See http://www.mysql.com/doc/en/CHAR.html If you're looking to find the maximum length of the values in a particular column, use something like this: In table 'tablename' for

Re: Database Query

2002-04-25 Thread Egor Egorov
Aylwin, Thursday, April 25, 2002, 12:28:25 PM, you wrote: AT Hi, I'm trying to find out if MySQL is able to handle multiple users AT accessing a database at the same time? Can someone tell me what happens when AT multiple users try to do an update at the same time? Is it possible at all? AT If