From: <td...@te...> - 2004-04-13 14:24:41
|
Jonathan de Halleux wrote: > sqlpp is kind of hard to get hands on now so I've started an XML based > generator that uses xml file to pilot sqlpp. This one will really make > sqlpp "usable" (by avoiding long compilation times). > Hi Jonathan de Halleux! Sounds great! Oh, I learned vaintly how to use C++ ;) :) So mutch about C++ I have not to learn to use sqlpp. I am bit fear that DAL geneation with a xml schema file will become lots of work for you. You plan to generate stored procedures form the xml file, too? Can you give to some further details? I have collected some good experience with nant (http://nant.sourceforge.net/) and sqlpp. Nant helps me to build and put my dal.dll in my project. Additionally I use a target witch executes all sql files for me. So I don't have to do it all time when I change my dal.cpp. I try to extend my buildscript so that sqlpp.exe will generated automatically. Maybe nant could become a benefit for other sqlpp users when you intergrate it ... Greeting Tomek |