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 Ed Carp
> 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

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

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

RE: about use Dev-cpp and C++

2002-10-16 Thread Ed Carp
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)) { >

Re: about use Dev-cpp and C++

2002-10-16 Thread Michael T. Babcock
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'

Re: about use Dev-cpp and C++

2002-10-14 Thread Insanely Great
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