fazziey Publish time 24-10-2012 05:46 PM

sape pernah guna software codecharge studio?

ade sape2 penah gune x...lau ade leh x share cara nk cnnect ngan xampp cmne...

firdaruddin Publish time 29-11-2013 05:52 AM

Cuba rujuk post ni..

To connect to MySQL from a Windows program, such as MS Access, Excel or CodeCharge Studio, you will first need to install MyODBC driver from http://www.mysql.com/downloads/api-myodbc-2.50.html.

This driver will allow CodeCharge Studio to connect to a remote or local MySQL via ODBC in the design mode. During MyODBC driver installation process you should configure an ODBC/DSN connection on your computer so that it connects to your database. Then in CodeCharge Studio database connection dialog select Use ODBC Data Source Name and specify the name of the ODBC connection previously created. You can also specify

Use Connection String -> Build -> Microsoft OLE DB Provider for ODBC Drivers -> Use data source name = (your ODBC connection name)

If your MySQL database is hosted remotely, sometimes it may be configured not to accept requests from outside. In such case you will need to use MySQL GRANT command to assign access permissions to your IP address, or you may ask your hosting company to do so.

Please keep in mind that CodeCharge Studio uses MyODBC during the design mode, however the generated programs can interact with MySQL directly via the native PHP commands, just by specifying the name of your database. To configure your server/run-time connection, in CodeCharge Studio database connection dialog please click on the "Server" tab, then specify:

PHP Database Library = MySQL
Database or ODBC connection name = (the name of your MySQL database)
Login
Password

The Host and the Port are optional.

BorderManager Publish time 4-12-2013 05:17 PM

pernah guna tahun 2006 masa mula2 belajar PHP, ASP, kena connect guna ODBC (kalau window base)

aziz79 Publish time 5-12-2013 07:30 PM

aku pon pernah guna lama dulu..
dah tak ingat dah :'(
Pages: [1]
View full version: sape pernah guna software codecharge studio?


ADVERTISEMENT