From 1df33cc9d9a7804c78788d5717435ede44855ca0 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 11 Jun 2010 09:03:42 +0000 Subject: Use Glib::ustring in libodbcpp for data and std::string for non-data Add support for parameters in SqlViews Uses parameters to implement category browse and search --- libodbcpp/modifycommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libodbcpp/modifycommand.h') diff --git a/libodbcpp/modifycommand.h b/libodbcpp/modifycommand.h index ef480c9..e833518 100644 --- a/libodbcpp/modifycommand.h +++ b/libodbcpp/modifycommand.h @@ -6,7 +6,7 @@ namespace ODBC { class ModifyCommand : public Command { public: - ModifyCommand(const Connection&, String sql); + ModifyCommand(const Connection &, const std::string & sql); ~ModifyCommand(); // Execute the command and return effected row count unsigned int execute(bool allowNoChange = true); -- cgit v1.2.3