You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kai Benndorf <ka...@pb.izm.fhg.de> on 2003/11/19 15:21:22 UTC

Webfrontend for FileMaker DB using Cocoon

Hi all,

i'm pondering about realizing a web frontend to a FileMaker database 
using JDBC and Cocoon.

As a test example i want to create a page, showing one record and a 
'Back' and 'Forward' button, to browse through the complete records.

In an older MySQL Webapplication i've realized this with SQL statements 
using 'limit' like:

select name from table limit pos,1

Where pos is increased on forward and decreased on back.

The FileMaker SQL lacks the limit feature, but what is the correspondent 
way to achieve a similar behaviour with FileMaker ?

Are there any experiences using Cocoon, JDBC, SQLTransformer with 
FileMaker ? Is this a good approach, or to limited, through the limited 
SQL of FileMaker ?

Many thanks for any advice

Kai Benndorf

-- 
----------------------------------------------------------------
Dipl.-Inf. Kai Benndorf
Fraunhofer-Institut für Zuverlässigkeit und Mikrointegration IZM
Abteilung: Advanced System Engineering
Technologiepark 34                   PHONE: (++49) 5251 5402-131
33100 Paderborn                             (++49) 5261 920832
Germany                              FAX:   (++49) 5251 5402-105
                       E-MAIL: kai.benndorf@pb.izm.fraunhofer.de
                       URL: http://www.pb.izm.fraunhofer.de/kmsd
----------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org