|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DB Error: truncated
|
|
#2
|
||||
|
||||
|
RE: DB Error: truncated
|
|
#3
|
|||
|
|||
|
RE: DB Error: truncated
I tried that and all it does is display the query again?
|
|
#4
|
||||
|
||||
|
RE: DB Error: truncated
is the query as you expected it? have you tried to directly run the query in the DB (mysql client or phpMyAdmin)?
|
|
#5
|
|||
|
|||
|
RE: DB Error: truncated
yup, i have tried it and it runs fine so i dont know whats going on with it.
|
|
#6
|
|||
|
|||
|
RE: DB Error: truncated
You use the method "getAssoc". This method needs an SQL Query containing at least two attributes to build an associative array.
Try $db->getAssoc("SELECT MemberID, Email FROM Members WHERE Email = 'my@mail.com'"); |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PEAR Packages > DB Error: truncated |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|