Re: [boost] Interest in an ODBC library?
by Caleb Epstein other posts by this author
Jul 29 2005 7:00AM messages near this date
Re: [boost] Interest in an ODBC library?
|
Re: [boost] Interest in an ODBC library?
SOURCE On 7/28/05, Brock Peabody <brock.peabody@[...].com> wrote:
> table("customer") [
> *field("id") = &customer::id,
> field("name") = &customer::name,
> field("number") = &customer::number,
>
> table("tax_exempt")[
> -field("customer"),
> field("state_id") = &tax_exempt_data::state_id
> ]
> = &customer::tax_exempt
> ];
I assume 'customer' is a class with data members id, name, number?
[...]
> If any of that sounds useful I'd love to help out.
It sounds very useful! Are you planning on sharing the code you've
written, or would this be a start-from-scratch approach?
--
Caleb Epstein
caleb dot epstein at gmail dot com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Brian Braatz
Brock Peabody
Caleb Epstein
Brock Peabody
Caleb Epstein
Brock Peabody
Jonathan Wakely
Daryle Walker
Jonathan Wakely
Brock Peabody
Jonathan Wakely
Jonathan Wakely
Brock Peabody
Caleb Epstein
Caleb Epstein
Brock Peabody
Jonathan Wakely
Brock Peabody
|