Dear Mohammed, Wt has an ORM layer that allows you to store C++ classes directly (and automatically) in a database. See the tutorial: http://www.webtoolkit.eu/wt/doc/tutorial/dbo/tutorial.html
Using the SQLite3 backend, this should work very smooth on Android too. Best regards, Wim. 2010/9/21 Mohammed Rashad <[email protected]>: > Hi all, > Can I perform SQL queries using Wt. Can I create tables, manage them. Can I > perform SQL queries on the table. Which library to use.? > Can anyone point me to examples of database operation with Wt. > I know Wt is ported to Android. Can I use Wt's Database management (SQL > queries, create/manage tables) on Android phones where Wt is installed > > -- > Rashad > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
