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
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
> that you can't do now - sub-selec
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
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 ! :(
-