Menu

Sunday, December 23, 2012

[C#] วิธีการเชื่อมต่อ ORACLE โดยใช้ C# .Net4.0
[C#] How to Connect to ORACLE with C# .Net4.0

หลังจากทำการสร้างโปรเจคใหม่ใน Visual C# 2010
After creating new project in Visual C# 2010

ไปที่ Project บนเมนู แล้วเลือก Properties...
Go to Project on menu bar then select Properties...


Friday, December 7, 2012

[AS3] วิธีการใส่ข้อมูลลงไปยัง MySQL
[AS3] How to Insert Data into MySQL

AS3 ไม่สามารถเชื่อมต่อกับ MySQL ได้โดยตรง AS3 จำเป็นจะต้องส่งค่าตัวแปรไปยัง PHP แล้วใช้ PHP ในการเชื่อมต่อและใส่ค่าลงไปใน MySQL
AS3 cannot connect to MySQL directly. Data must be sent to PHP then PHP connect and insert data to MySQL.


[AS3] วิธีโหลดตัวแปรจาก MySQL
[AS3] How to Load Variables from MySQL

AS3 ไม่สามารถโหลดตัวแปรจาก MySQL ได้โดยตรง ตัวแปรจะต้องถูกโหลดผ่านทาง PHP หลักการทำงานคือ AS3 จะทำการเรียกและจัดเก็บข้อมูลผลลัพธ์จากหน้า PHP โดยที่ PHP จะทำการเชื่อมต่อและดึงค่าจาก MySQL แล้วทำการพิมพ์ผลลัพธ์ออกมาทางหน้าเว็บตามรูปแบบข้อความสำหรับการโหลดตัวแปรของ AS3 
AS3 cannot load variables from MySQL directly. The variables must be loaded by using PHP to get data from MySQL. The principle is AS3 call and get the results from PHP page, PHP connect and retrieve data from MySQL then print the results in correct format for loading variables in AS3


Monday, December 3, 2012