Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > PHP > PHP Oracle > PHP Oracle List Table Properties



Clound SSD Virtual Server

PHP Oracle List Table Properties

PHP Oracle List Table Properties ตัวอย่างนี้จะเป็นการเขียนโปรแกรม PHP กับ Oracle เพื่อแสดงคุณสมบัติของ Table


PHP Oracle Config OCI8 Support


ตัวอย่าง

phpOracleListField.php

<html>
<head>
<title>ThaiCreate.Com PHP & Oracle Tutorial</title>
</head>
<body>
<?php
	$objConnect = oci_connect("myuser","mypassword","TCDB");
	$strSQL = "SELECT * FROM CUSTOMER";
	$objParse = oci_parse ($objConnect, $strSQL);
	oci_execute ($objParse,OCI_DEFAULT);
	$intNumField = oci_num_fields($objParse);
	$i = 0;
	echo "<b>Table CUSTOMER have $intNumField Fields.</b><br>";
	for($i=1;$i<$intNumField;$i++)
	{
		echo $i."=".oci_field_name($objParse,$i)." (".oci_field_type($objParse,$i).")<br>";	
	}
	oci_close($objConnect);
?>
</body>
</html>


Screenshot

PHP & Oracle









Oracle Server Tutorials



Reference : https://www.thaicreate.com/php-manual/ref.oci8.html


   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-08-10 02:55:18 / 2017-03-25 01:29:59
  Download : Download  PHP Oracle List Table Properties
 Sponsored Links / Related

 
PHP Oracle Config OCI8 Support
Rating :

 
PHP Oracle Config OCI/OCI8 (XAMPP Web Server)
Rating :

 
PHP Oracle Connect to Database
Rating :

 
PHP Oracle List Record
Rating :

 
PHP Oracle Random Record
Rating :

 
PHP Oracle List Record Paging/Pagination
Rating :

 
PHP Oracle Search Record
Rating :

 
PHP Oracle Search Record Paging/Pagination
Rating :

 
PHP Oracle Multiple Column
Rating :

 
PHP Oracle Multiple Column and Paging/Pagination
Rating :

 
PHP Oracle Add/Insert Record
Rating :

 
PHP Oracle Check Already Exists Add/Insert Record
Rating :

 
PHP Oracle Edit/Update Record
Rating :

 
PHP Oracle Delete Record
Rating :

 
PHP Oracle Multiple Checkbox Delete Record
Rating :

 
PHP Oracle Transaction (oci_rollback,oci_commit)
Rating :

 
PHP Oracle Used Include Function
Rating :

 
PHP Oracle Used Function Database Query
Rating :

 
PHP Oracle Database Class
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่