Log In (forget password?)

Tag:

46 entries about sql.

ASP.net code C# การทำระบบ register และ login
// ใน web.config ให้ใส่ตามนี้      <connectionStrings>        <add name="ProjectDBSPConnectionString" connectionString="Data S...
ASP.net code C# tips การอัพเดท SQL database ตามการ insert บนหน้าเว็บ
// เพิ่มบรรทัดนี้เข้าไปในส่วน code     public partial class Guestbook : System.Web.UI.Page    {        protected void SqlDataSource1_Inserte...
ASP.net code C# การใช้ listbox และ gridview เพื่อกรองข้อมูลจาก sql
// วน loop ซ้ำ <script runat="server">     protected void Button1_Click(object sender, EventArgs e)    {        string ...
ASP.net code C# ดึง data จาก MS SQL โดย repeater
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server">    <title></title></head><body>    <form id=&...
MS SQL Query แบบพื้นฐาน basic สุดๆ ภาค 2
-- update and delete ควรระวังอย่าลบมั่วเดี๋ยวจะบรรลัย Update MEM set -- ต้องกำหนดด้วยว่าอัพเดทอะไรยังไงName = 'un', Email = 'un@hotmail.com' where ID = 1Delete from MEM -- เช่นกันต้องกำหนดว่...
MS SQL Query แบบพื้นฐาน basic สุดๆ
--ตัวอย่างเท่านั้น การ query ต้องทำตามความเหมาะสมนะจ๊ะ   select  ProductID, (UnitPrice*Quantity)-discount as Grand_total -- ใช้เรียกค่า พร้อมคำนวณไปด้วย และตั้งชื่อมันCOUNT(*), Max(Unit...
Query : แสดงค่าและผลรวมในคอลัมน์ (Sum) โดยไม่ต้องใช้ union all
in ::peekanung:: by peekanung, 59 days ago
 เมื่อค่าใน Table  T1 มีดังนี้           X          Y       ----------...
การดึงข้อมูลออกมาแบบเปลี่ยนมิติ (SQL Oracle)
in nheph((ex))teen by n h e p h e x, 103 days ago
.สมมติว่า มีตารางหนึ่ง เก็บข้อมูล รายชื่อของ Report ดังนี้Table = tbl_report  rep_id description 1 Marketing Report 2 Financial Report 3 Tax Rep...
Tags: oracle, sql
sqlmap hits official Debian repo :)
in #!/usr/bin/tk by tk, 145 days ago
sqlmap is by far the most popular blind SQLi tools (around somewhere)... and now it's been accepted in Sid Actually it doesn't mean anything much... since sqlmap itself is fairly portable and o...
SQL Structure Query Language
 http://www.thai-programmer.com/?DPage=90300909ภาษา SQL        SQL ได้เข้ามามีบทบาทในงาน Application ฐานข้อมูล การเรียนรู้ SQL จึงมีความจำเป็น สำหรับผุ้ที่...