Re: Plz Help!!! SELECT not working with Å Æ Ø Ä Ö Characters

2007-08-10 Thread mysql
in addition to the correct character-set also set the appropriate collation sequence suomi VeeJay wrote: Hello there I have a problem. When I try to select some names starting with extra alphabets (Å Æ Ø Ä Ö, etc), I simply don't get required results i.e., if I give a select command like: se

Re: Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Chip Wiegand
"Joshua J. Kugler" <[EMAIL PROTECTED]> wrote on 05/03/2004 12:23:16 PM: > It sounds like someone upgraded your PHP libraries, and forget to include > MySQL support. Do you admin this server, or does someone else? > > j- k- Yep, I ran phpinfo.php and verified that it no longer shows su

Re: Plz help quick - mysql/php/web server undefined function all of a sudden

2004-05-03 Thread Joshua J. Kugler
It sounds like someone upgraded your PHP libraries, and forget to include MySQL support. Do you admin this server, or does someone else? j- k- On Monday 03 May 2004 09:20 am, Chip Wiegand said something like: > I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4 on > freebs

Re: plz help

2004-03-03 Thread Richard Davey
Hello CurlyBraces, Wednesday, March 3, 2004, 1:22:51 PM, you wrote: CTPL> SO i want to add colors for this status. CTPL> up = green CTPL> down = red CTPL> how can i do that ? can some body help me ..plz You asked this question a few days ago, didn't you read the reply you got last time?

Re: plz help a newbie

2003-12-12 Thread robert_rowe
Here is a link to the MySQL manual. Lots of good info here. http://www.mysql.com/documentation/mysql/bychapter/index.htm l The max size of a varchar is 255 characters. You will want to use one of the text data types if you are going to store long articles. I suggest mediumtext. You can find th

Re: plz help

2003-09-22 Thread Wajih-ur-Rehman
ginal Message - From: "Catalin PLACINTA" <[EMAIL PROTECTED]> To: "Wajih-ur-Rehman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 2:33 PM Subject: Re: plz help > Use the LIMIT clause in mysql instead of TOP clause for access and ms

Re: plz help

2003-09-22 Thread Catalin PLACINTA
Use the LIMIT clause in mysql instead of TOP clause for access and mssql. Luck ! - Original Message - From: "Wajih-ur-Rehman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 12:22 PM Subject: plz help > I have this statement that works perfectly fine in Acc

re: plz help...tables getting corrupted...

2002-10-28 Thread Egor Egorov
Akash, Sunday, October 27, 2002, 10:49:55 AM, you wrote: A> I came across a strange problem in MySQL. Some of the tables are getting A> corrupted. The most common error messages which I encountered are : "Can't A> open file: 'tablename.MYD'. (errno: 145)" and "Got error 127 from table A> handl

RE: RE: plz help...tables getting corrupted...

2002-10-27 Thread John Meyer
Try again. -Original Message- From: [EMAIL PROTECTED] [mailto:mysql@;lists.mysql.com] Sent: Sunday, October 27, 2002 9:17 PM To: John Meyer Subject: Re: RE: plz help...tables getting corrupted... Your message cannot be posted because it appears to be either spam or simply off topic to

RE: plz help...tables getting corrupted...

2002-10-27 Thread Ed Carp
> corrupted. The most common error messages which I encountered are : "Can't > open file: 'tablename.MYD'. (errno: 145)" and "Got error 127 from table > handler". > I rectified it by shutting down the MySQL Server and using "myisamchk" > with the options -r and sometimes -o. 145 = Table was ma

Re: Plz help w/ query

2002-01-31 Thread DL Neil
Anthony, I'm inclined to agree with Rick, but that will not solve the problem - in fact I'll suggest using MySQL_fetch_assoc() instead! What is the data type for the date_done column? If it is not a string type, then you don't want to enclose the zero-constant value in quotation marks. Do you

RE: Plz help w/ query

2002-01-31 Thread Rick Emery
Do away with that wretched MYSQL_ASSOC. I've seen it cause much pain and misery. It is not needed. while ($row_1=mysql_fetch_array($result_1)) -Original Message- From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:32 AM To: [EMAIL PROTECTED] Subject: P

RE: Plz help w/ php/MySQL

2002-01-05 Thread Roger Baklund
* Anthony Rodriguez > The following php script successfully e-mails both messages but > it doesn't update in the table "scr_149" the column "notified". > Why? Try moving this line: > $qry_2="update scr_149 set notified='y' where username='$username'"; ...after this line: > $username=$row_1["u