Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Delphi Paradox(LocalSQL) und Length (https://www.delphipraxis.net/150800-paradox-localsql-und-length.html)

WTF4syym 27. Apr 2010 14:52

Datenbank: Paradox • Zugriff über: BDE

Paradox(LocalSQL) und Length
 
Hallo,

Ich möchte die Länge eines Feldes (VARCHAR oder Blob) bei einer Paradoxtabelle abfragen. Der folgende Ausdruck funktioniert jedoch nicht unter LocalSQL.
SQL-Code:
SELECT
   ID, LENGTH(data)
FROM
   produkte
In PostgreSQL funktioniert dieser Ausdruck problemlos.

Habt Ihr ne Idee?

DeddyH 27. Apr 2010 15:21

Re: Paradox(LocalSQL) und Length
 
Paradox ist nicht meine Welt, aber geht es evtl. mit CHAR_LENGTH()?

hoika 29. Apr 2010 14:50

Re: Paradox(LocalSQL) und Length
 
Hallo,

Pdx kennt kein Length.

1

Selber Schuld, wer so eine DB nimmt (oder nehmen muss ...) ;)


Heiko


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:20 Uhr.

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