Re: about use Dev-cpp and C++

2002-10-18 Thread wang tianyi
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

RE: about use Dev-cpp and C++

2002-10-18 Thread wang tianyi
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

RE: about use Dev-cpp and C++

2002-10-18 Thread wang tianyi
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

about use Dev-cpp and C++

2002-10-14 Thread wang tianyi
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 ! :( -