หน้าเว็บ

วันศุกร์ที่ 29 พฤษภาคม พ.ศ. 2558

Creating Primary and Foreign Keys in SQL Server 2012



youtube: https://www.youtube.com/watch?v=TpKcAmaaBts

Set a connection to SQL Server 2008 in iReport Designer

For those who want to set a connection to SQL Server 2008 in iReport Designer, I did this :
1. Download the jdbc driver as described in the article
2. Open iReport Designer
3. Go to Tools>Options>iReport>ClassPath and click on "Add a jar"
4. Go and find the sqljdbc4.jar downloaded before
5. Restart iReport
6. Then you will be able to set a connection to SQL Server using : com.microsoft.sqlserver.jdbc.SQLServerDriver and the 
URL : jdbc:sqlserver://localhost;instanceName=name;databaseName=MyDatabase

credit: http://www.rhyous.com/2009/10/27/adding-a-sql-2008-server-as-a-datasource-to-jasperserver/

Install IReport On Windows 7 64 Bit With Java 64 Bit



youtube:https://www.youtube.com/watch?v=U0Pm71_dL_8

วันอังคารที่ 19 พฤษภาคม พ.ศ. 2558

32 Bit Application Pool - 800a0e7a



credit: https://www.youtube.com/watch?v=zNNmVHBjLV0

Setting oracle

https://tensix.com/2012/06/setting-up-an-oracle-odbc-driver-and-data-source/

แก้ปํญหา IIS ไม่แจ้ง Error

http://www.thaicreate.com/asp/forum/049285.html

วิธีการติดตั้ง IIS บน Windows7 เพื่อให้รันได้ทัั้ง ASP และ PHP

วันอังคารที่ 5 พฤษภาคม พ.ศ. 2558

Open Window

<script type = "text/javascript">
            <!--
            function MM_openBrWindow(theURL,winName,features) {
                window.open(theURL,winName,features);
            }
            -->
</script>
onclick="MM_openBrWindow('PageController','','scrollbars=yes,resizable=yes,width=700,height=550,top=10,left=10')"