From: <td...@te...> - 2004-03-09 16:19:43
|
Hallo again! I have a couple of questions to the sqlpp framework. I compile the wikki database successful :) Now I try to use the generated wikki classes with a c# project. I found out that I have to implement NullableTypes-1.0.dll and ApplicationBlocks.Data.dll to run the project. After this, the beduger don't find the CacheManager. As soon as I know ASP.NET |(System.Web.Caching.Cache) |provides || this class. I have difficults understanding this. I will not use ASP.NET. In the wiki generator file the cs_generator instead of aspnet_generator is used, too. Have you an advice ? What is mapped in the dbshema.dot file? What the flags in wiki_generator.cpp file doing? cs.set_using_data_reader(false); cs.set_using_data_set(false); cs.set_using_xml_reader(false); cs.set_using_facade(false); Do I need the lines only for the aspnet_generator ? cs.add_connection(conn); cs.set_exception_handler("Controls.Add(new LiteralControl(\"<br/>\" + ex.ToString()));"); Thank you! Tomek |