--資料指標cursor
declare stucursor cursor  --宣告資料指標
static --靜態資料指標
for select 學號,姓名,電話 from 學生 --給學生資料表使用cursor
open stucursor
    declare @id char(4),@name varchar(12),@tel varchar(15)
    fetch first from stucursor into @id,@name,@tel --把資料指標移到第一筆資料
    while @@FETCH_STATUS=0 --有收到0代表有收到資料,收到-1代表沒有資料
    begin
        print 'id='+@id+',name='+@name+',tel='+@tel
        fetch next from stucursor into @id,@name,@tel
    end
close stucursor
deallocate stucursor --釋放掉指標,因為他在用的時候會佔資源

花花 發表在 痞客邦 留言(0) 人氣()

創建出來的trigger會放在資料表-觸發程序
 

花花 發表在 痞客邦 留言(0) 人氣()

SQL DataAdapter資料寫入刪除回傳
1.在Web config裡聯繫資料庫

花花 發表在 痞客邦 留言(0) 人氣()


繪圖程式:TDM

花花 發表在 痞客邦 留言(0) 人氣()

<body>
    <table border="1" id="myTable" style="width:400px">
        <tr>
            <td>張三</td>
            <td>54</td>
        </tr>

花花 發表在 痞客邦 留言(0) 人氣()

輸出
print 'Helloe Word!!'

花花 發表在 痞客邦 留言(0) 人氣()

從一堆資料中取出對我們有用的資料,稱為「資訊」
而在SQL中這些資訊稱為VIEW(視界)

花花 發表在 痞客邦 留言(0) 人氣()

Update  資料表  set 要改的 where 指定的欄位
1.在學生資料表指定s001欄位更改 

花花 發表在 痞客邦 留言(0) 人氣()

工業4.0時代 Industry 4.0
AI
Big Data
IoT  會大量使用android
Blockchains 區塊鏈

花花 發表在 痞客邦 留言(0) 人氣()

假如有特別字型要放在瀏覽器,通常會提供字型給使用者在開啟網頁時下載,一種字型會提供四種不同的檔案[ttf].[svg],[eot],[woff]
@font-face

花花 發表在 痞客邦 留言(0) 人氣()


ASP.NET必須以系統管理員執行
資料連結→加入連接

花花 發表在 痞客邦 留言(0) 人氣()


使用驗證控項出現了下圖
1.開啟

花花 發表在 痞客邦 留言(0) 人氣()

« 1 2 3 4
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。