Seite 1 von 1

Fehler - Wie kann ich das Lösen?

Verfasst: Di 14. Nov 2006, 08:35
von the_remains_of_the_day
Hallo Dominik,

habe das Formular etwas erweitert, nun tritt folgender Fehler auf. Was könnte da falsch sein?


LG, James



-----

SELECT DISTINCT COUNT(*) AS anz FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%"

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND firstname LIKE "%max%"' at line 1
Kontakte (entferne Suche)

SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3

SELECT DISTINCT contactid, contactid, firstname, lastname, company, email1, birthday, mobilephone1, businessphone1 FROM contact_contacts WHERE 1=1 AND AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,30

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND firstname LIKE "%max%" ORDER BY 'firstname' ASC LIMIT 0,3

Verfasst: Di 14. Nov 2006, 08:36
von the_remains_of_the_day
Ach so, vergessen: Der Fehler taucht bei der Suche auf. Wenn ich die Suche mittels Auswahl auf z.B. den Nachnamen beschränke.


LG, James

Verfasst: Di 14. Nov 2006, 10:49
von der-domi
In dem SQL-Query sind zwei "AND" hintereinander. Das ist flasch. Aber wo das herkommt, kann ich dir jetzt natürlich nicht sagen.