PDA

View Full Version : Retrieving LZX from a Database


dasgrafix
10-20-2004, 11:41 AM
Can Laszlo pull LZX files from the database, without having it sit on the server. For example can I store an lzx in Oracle as a BLOB and have laszlo compile it and serve it to users?

Currently my application has its entire file structure in the database, and I would like to add Laszlo as the presentation layer. Thus the need to pull files from the database.

Thanks for the help in advance!

Regards,
Yasir

scheidecker
10-21-2004, 09:00 AM
Hello,

I am trying to do the same but with php. I guess that if you store your lzx scripts on a database and use something fast like php to serve them it should work. Take a look at php and laszlo thread under general help.

dasgrafix
10-21-2004, 02:30 PM
Thanks scheidecker! I'll try that and I'll let you know how far I get!

d~l
10-21-2004, 03:04 PM
Now that PHP can integrate with Tomcat / Laszlo (at least in early stages of testing) you can access SQLlite or MySQL.

That is the next experiment on the cards.

PHP5 offers SimpleXML.