do you know how use STL with dev-cpp?
thanks
> But it would be so nice to write:
>
> MySQLConn DB = new MySQLConn ('host', 'port');
> DB.Login('user', 'pass');
> MySQLTransaction X = new MySQLQuery(DB);
>
> // STL-derived slist:
> MySQLResults Results = X.Query("...");
>
> // STL map:
> map Ro
> what's nested SQL?
> can you tell me more about it?
Nested SQL allows you to do all kinds of interesting things in MySQL that
you can't do now - sub-selects, for example; or if you're a lazy programmer
(like me!) you want to do grouping and sorting in ways that would be
difficult (and complicate
very thank you !:)
if i have more question will ask you again.
thank you again!
> Subject: RE: about use Dev-cpp and C++
>
> > what's nested SQL?
> > can you tell me more about it?
>
> Nested SQL allows you to do all kinds of interesting things in MySQL
what's nested SQL?
can you tell me more about it?
if i want to use STL and DEv-CPP , do you know how to do it ?
thanks.
>
> Look for MyC on mysql.com - if you can't find it, email me directly.
> The most recent version supports nested SQL, too. The
> Escapade server-side programming language is
sql, query
> But it would be so nice to write:
>
> MySQLConn DB = new MySQLConn ('host', 'port');
> DB.Login('user', 'pass');
> MySQLTransaction X = new MySQLQuery(DB);
>
> // STL-derived slist:
> MySQLResults Results = X.Query("...");
>
> // STL map:
> map Row;
> while (Results.NextRow(Row)) {
>
Insanely Great wrote:
>Is it necessary that you usee STL. Other wise MySQL C API are much more
>easy to maintain and program. Even SQLyog which I am a beta tester is
>written using MySQL C API and its very fast.
>
>
But it would be so nice to write:
MySQLConn DB = new MySQLConn ('host', 'port'
Greetings..
Is iut necessary that you usee STL. Other wise MySQL C API are much more
easy to maintain and program. Even SQLyog which I am a beta tester is
written using MySQL C API and its very fast.
Rgds
Insane
- Original Message -
From: "wang tianyi" <[EMAIL PROTECTED]>
To: <[EMAIL PR