Home » U++ Library support » U++ SQL » Compiling error for mysql
Re: Compiling error for mysql [message #19119 is a reply to message #19118] |
Thu, 13 November 2008 10:19   |
|
this code are working
MySqlSession session;
if(!session.Connect(app.mysql_username, app.mysql_password, app.mysql_database, app.mysql_server)) {
printf("Can't connect with MySql\n");
PromptOK(t_("Can't connect with MySql"));
return;
}
mysql_set_character_set(session, "utf8");
SQL = session;
Sql sql(session);
under linux (ubuntu 8.04 - compiler GCC) and
under windows (XP - compiler Visual Studio 2005)
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
|
|
|
 |
|
Compiling error for mysql
By: BioBytes on Wed, 12 November 2008 14:56
|
 |
|
Re: Compiling error for mysql
By: captainc on Wed, 12 November 2008 20:33
|
 |
|
Re: Compiling error for mysql
|
 |
|
Re: Compiling error for mysql
By: forlano on Sun, 14 February 2010 11:40
|
 |
|
Re: Compiling error for mysql
By: forlano on Thu, 11 March 2010 21:34
|
 |
|
Re: Compiling error for mysql
By: ratah on Wed, 06 October 2010 12:07
|
 |
|
Re: Compiling error for mysql
By: ratah on Fri, 08 October 2010 11:27
|
 |
|
Re: Compiling error for mysql
By: BioBytes on Wed, 12 November 2008 21:11
|
 |
|
Re: Compiling error for mysql
By: captainc on Thu, 13 November 2008 00:36
|
 |
|
Re: Compiling error for mysql
By: BioBytes on Thu, 13 November 2008 09:46
|
 |
|
Re: Compiling error for mysql
|
 |
|
Re: Compiling error for mysql
By: captainc on Fri, 14 November 2008 14:38
|
 |
|
Re: Compiling error for mysql
By: BioBytes on Fri, 14 November 2008 09:54
|
Goto Forum:
Current Time: Tue Jul 08 22:07:52 CEST 2025
Total time taken to generate the page: 0.03416 seconds
|