Markus Werle <numerical.simulation@web.de> writes:
|> Probably someone has resolved this kind of problem already or
|> perhaps you have a hint on components that allow to easily build
|> exactly this:
|> I want a std:

stream& which is initialized such that output will
|> go across the network and be stored on a server e.g. in a MySQL
|> database.
It's not an std:

stream, but have you looked into OTL
(http://otl.sourceforge.net/home.htm)? It implements an iostream-like
idiom for accessing data bases in a (somewhat) porbable fashion.
(It's also freeware, although the data bases I've seen it used with
aren't.)
--
James Kanze mailto:kanze@gabi-soft.fr
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
11 rue de Rambouillet, 78460 Chevreuse, France +33 1 41 89 80 93
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]