MySQL Forums
Forum List  »  PHP

Re: Selecting data works "SOMETIMES" !
Posted by: Milan Gajic
Date: August 17, 2005 03:47AM

+-------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------+--------------+------+-----+---------+-------+
| url | varchar(255) | YES | | NULL | |
| pesma | varchar(255) | YES | | NULL | |
+-------+--------------+------+-----+---------+-------+

As you can see, they are both varchar(255), so that should not be a problem. Right?

Is there a way to see what the server is doing when i send the query?

It is a weird problem indeed... I've been cracking my head over this one for some time now ... it should work ... and it PARTIALLY does ... which is the annoying :(

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.