$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost serialization] Build SQL database from data in web pages
From: Boost lzw (boostlzw_at_[hidden])
Date: 2009-11-27 09:00:42
Hello folks,
I am wondering if I can use boost, boost serialization in particular, to
build a SQL database from data in web pages. For example, I want to build a
SQL database based on data from web page link such as this one:
http://tubic.tju.edu.cn/deg/information.php?ac=DEG10010001
Since the data would be collected from thousands of such link, I want to
write code for doing it automatically. Can anyone suggest how to do it with
boost?
Thanks a lot in advance,
Robert