ASP.net & MS SQL
หน้าที่
1 2
-
เพิ่มความสามารถให้ System DateTime DateTime Extensions (7,886)
จากบทความก่อนๆ ที่ผมเคยเขียนเกี่ยวกับ nbsp ฟังก์ชั่นหาวันแรกและวันสุดท้ายของเดือน Get first and last day of month nbsp ซึ่งเป็น Function ที่สร้างขึ้นไว้ใช้งานเอง แต่วันนี้ผมเจอเว็บของคุณ Fredrik Kalseth nbsp ผู้ที่ขยายความสามารถให้ System DateTime ให้มีฟังก์ชันเหล่านั้นไว้ รวมทั้งอีกหลายๆ ฟังก์ชัน -
การใช้งาน DateTimePicker กับ Date ใน C (56,559)
เกริ่นนำการให้ค่ากับ DateTime Picker ในภาษา C เป็นเรื่องที่จำเป็นอย่างมากที่เราควรจะรู้ในการให้ค่า และใช้งาน DateTime Picker เพราะ Window Application Form ส่วนใหญ่ที่เราสร้างขึ้นจะต้องได้ใช้แน่นอน และมันก็เป็นเรื่องง่ายๆ แต่ผมก็มักจะไม่ได้จำถ้าไม่ได้ใช้งานบ่อยๆ nbsp ๑ การให้ค่า DateTime Picker เป็ -
SQL Select Datetime Format (7,188)
ไปเจอตารางการ select ฟิลด์ที่เป็น datetime ให้ออกมาตาม format ต่างๆ เลยขอเอามาแปะกันลืมละกันนะ งิงิSQLFormatResultSELECT cast DateField1 as varchar 11 FROM Table1MMM dd yyyyAug 29 2006SELECT cast DateField1 as varchar 17 FROM Table1MMM dd yyyy H iiAug 29 2006 3 25SELECT convert varchar DateField -
ปัญหาเรื่อง DateTime ใน SQL Server (68,935)
ตอนแรกก็จะเอาแค่ใน Team Project แต่ไหน ๆ ก็แล้ว จะทำทั้งทีก็เอาซะให้หมดอันนี้เฉพาะ Project ที่เป็น DotNet นะครับตามปกติในเรื่องของการใช้ข้อมูลที่เกี่ยวกับ Date DateTime เรามักจะใช้ DateTimePicker หรือ MonthCalendar เป็น Control หลักในการให้ User ใช้กำหนดค่าข้อมูลใน field นั้น ๆ nbsp ทีนี้ปัญหาแต่ดั -
แก้ปัญหา PHP MySQL IIS7 ด้วย Windows Vista (11,969)
หลังจากที่เคยทดสอบ PHP MySQL บน Windows XP มานานพอสมควร พออัพเกรดเวอร์ชั่นของ PHP MySQL เป็นเวอร์ชั่นที่สูงขึ้นก็ต้องใช้วิธีการอีกแบบหนึ่งที่ได้แนะนำไปแล้ว nbsp คราวนี้พอเปลี่ยนเวอร์ชั่นของวินโดว์จาก XP มาเป็นดาวรุ่งดวงใหม่ Windows Vista Enterprise ก็เจอปัญหาอีกแล้ว เป็นปัญหาของการเปลี่ยนเวอร์ชั่ -
ติดตั้ง IIS บน Windows Vista (6,397)
Introduction nbsp This article describes installation of IIS using the Windows Vista Control Panel Windows Features Wizard New for Windows Vista the Windows Features Wizard Replaces the Windows XP Windows Components Wizard from Add Remove Windows Components Allow you to install uninstall Window -
Installing SQL Server 2008 (5,011)
The new release of nbsp Microsoft SQL Server 2008 nbsp has been announced in August 2008 This version of SQL Server provides powerful new capabilities that were developed with the customer in mind SQL Server is considered the leading database platform in both scalability and performance SQL Serve -
วิธีตั้งค่าให้ Visual C Express สามารถติดต่อกับ SQL Server ได้ (16,073)
ปกติแล้วถ้าต้องการสร้าง Windows Application ด้วย Visual C 2005 2008 Express Edition นั้นจะไม่สามารถใช้ Data Source เพื่อไปติดต่อกับ Database ที่อยู่ใน SQL Server ได้ จะทำได้แต่เพียงเป็นแบบไฟล์เท่านั้นวันนี้ผมจะมาสอนวิธีที่ทำให้เราสามารถใช้ตัว Express ไปติดต่อ SQL Server โดนผ่าน Data Source ได้ครับ