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'
>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 9:30 PM
Subject: about use Dev-cpp and C++
> hi
>
> i use windows2000/xp and Dev-cpp(a C++ compiler) , and want to connect
with
> mysql, but now , i not know STL much.
>
> how can i do , who can show me a source code
hi
i use windows2000/xp and Dev-cpp(a C++ compiler) , and want to connect with
mysql, but now , i not know STL much.
how can i do , who can show me a source code? thanks.
i already download STLport ,but i not know how to use it ! :(
-