| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | ahnkle | Date: | October 7 2004 11:03am |
| Subject: | problem with recursive call inresetdb using v1.7.18 and visual c++ .net 2003 | ||
| View as plain text | |||
i compiled the library and examples (with slight path alterations). i am
using c library version 4.0.20a.
at line 31, in resetdb.cc, the call to
query.execute(RESET_QUERY);
causes the problem. It seems the macro
mysql_query_define_const1(std::string,str)
in sql_query11.h, line 189, generates a str() function, and
std::string SQLQuery::str(const SQLQueryParms &p) const;
call each other.
This problem only happens with a command line like
resetdb.exe localhost user password
but not for something like
resetdb.exe fingers2 user password
I am running win2k, with mysql version 4.0.1-alpha-nt-log, installed
from foxserv (along with apache).
I am able to sucessfully ping localhost (127.0.0.1) and fingers2.
any ideas?
regards,
ahnkle
| Thread | ||
|---|---|---|
| • problem with recursive call inresetdb using v1.7.18 and visual c++.net 2003 | ahnkle | 7 Oct |
| • Re: problem with recursive call inresetdb using v1.7.18 and visualc++ .net 2003 | ahnkle | 7 Oct |
| • Re: problem with recursive call inresetdb using v1.7.18 and visualc++ .net 2003 | ahnkle | 7 Oct |
| • Re: problem with recursive call inresetdb using v1.7.18 and visualc++ .net 2003 | Warren Young | 8 Oct |
| • Re: problem with recursive call inresetdb using v1.7.18 and visualc++ .net 2003 | Warren Young | 8 Oct |
| • Re: problem with recursive call inresetdb using v1.7.18 and visual c++ .net 2003 | Chris Frey | 8 Oct |
