Wednesday, September 12, 2007

Bro Touching Boobs Of Sis While Wrestling

Buy online: PCSOFT launches online ordering

I just saw on the website of PC SOFT, the ability to purchase products online.
On the tariff, we can build a shopping cart and pay by credit card via paybox.

Since the time we waited for this opportunity is a reality.

Monday, September 10, 2007

Christopher Columbus Ships With Labeled Parts

Create the database on MySQL with WinDev, WebDev

did not find how to create the MySQL database with native access, I reported on the ODBC connection
When connecting with native access, you must specify the database name. It is therefore necessary to use PHPMyAdmin or SQLylog to create the database.
I wanted to programmatically create the database and run the script tables. The SQLConnect

can perform this treatment if you use the ODBC connection.

Here is the code for creating the database:

id is an integer = SQLConnect ("MysqlODBC", "root", "mdp ODBC ","","" hODBC)
IF 0 THEN id <>
sNomDatabase is a string = "Database"
/ / create the database
sSql is a string = "CREATE DATABASE IF NOT EXISTS% 1" =
sSql ChaîneConstruit (sSQL, sNomDatabase)
/ / execution of the request IF NOT
SQLExec (sSQL, "REQ") THEN
SQLInfoGene ()
Error ("The Database could not be created. Error code:" + SQL.Erreur + RC + ...
SQL.MesErreur )
END ELSE

/ / The Connection failed: displaying an explanatory message
SQLInfoGene ()
error ("Connection to data source" + "localhost" ...
+ "failed." + CR + ...
"Error Code:" + SQL.Erreur + RC + ...
SQL.MesErreur )

END / / In all cases (connection OK or not)
SQLDéconnecte ()

Then you can use the "* H" with native access MySQL. One can
binding, because it must be ODBC drivers installed on the computer.