Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Delphi Access & EDB Kombos - Probleme (https://www.delphipraxis.net/39373-access-edb-kombos-probleme.html)

delphipitti 14. Feb 2005 08:55

Re: Access & EDB Kombos - Probleme
 
Hallo.

Hat als einsA funktioniert! Der Zugriff auf die DB mit Passwort klappt jetzt auch!

Habe auch meinen Fehler bei der Cobo festgestellt:

Nicht so:
Delphi-Quellcode:
EDBComboBox1.LoadSQL('SELECT id ,(artnr + ':' + artikelname) as [suche] FROM artikel','suche', 'id');
Sondern mit Anführung:
Delphi-Quellcode:
EDBComboBox1.LoadSQL('SELECT id ,(artnr + " : " + artikelname) as [suche] FROM artikel','suche', 'id');
So gehts, denn ansonsten ist die Combo leer.

Vielen Dank nochmal an alle - und wer Hilfe braucht, einfach eine PN!!

mfg delphipitti


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:53 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz