> Hi.
> I have to write a C++ code that invokes a set of SQL statements
> (inserts, updates, selects etc.),
> according to the system administrator's directives.
>
> The directives should be written as a simple script.
>
> In addition to the SQL statements invocation,
> the script should enable using query results as an input to other SQL
> statements,
> and should be able to handle multiple query results.
> The script writer should be able to access informaion from the C++
> program.
>
> Do you have any recommendation for a suitable scripting language,
> that is well integrated with C++?
> (I used to work with Java-->Jython and Iv'e been thinking of something
> similar,
> but for C++, and more SQL oriented).
> Thanks.
I don't now if this helps, but if you use MySql as the database, it has a
C++ API.
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]


|