asp怎麼把資料庫中讀出來的某段資訊加鏈結

時間 2022-07-25 20:25:10

1樓:匿名使用者

<%set rs=conn.execute("select id,name from main order by id desc")

do while not rs.eof

%>" ><%=rs(1)%><%

rs.movenext

loop

rs.close

set rs=nothing

%>show.asp **

<%id=request("id")

if id="" or not isnumeric(id) thenresponse.end

end if

set rs=conn.execute("select name,content,... from main")

response.write(rs(0))response.write(rs(1))...rs.close

set rs=nothing

%>

2樓:匿名使用者

<%=rs("name")%> 如果想加值

"><%=rs("name")%>

VF資料庫把資料庫中的字段複製到另資料庫中

select byzx.byzxmc from byzx into table zxs.syd vf中怎樣將乙個欄位的內容複製到另一字段中 如果是同一條記錄的乙個字段值複製到另乙個字段值,可用替換命令repl all 欄位1名 with 欄位2名其中欄位1是指接收資料的字段 欄位2是指提供資料的字段...

jsp怎麼把資料庫表裡的資料全部顯示出來,我資料庫裡有資料

我叫凡小客 將資料庫中的資料建立一個實體類,從後臺jdbc連線資料庫,然後查詢獲得全部資料,將獲得的全部資料放入一個list集合中,使用request.setattribute方法將list傳到前臺jsp頁面,在前臺頁面中接收list集合,並迴圈顯示,這樣就可以顯示出來所有的資料 實體類 packa...

oracle資料庫怎麼把表中的欄位按規律拆

1 首先需要sys或system許可權操作 2 查詢需要更改表的id select object id from all objects where owner ithome and object name test 1234注 ithome為使用者,test是要更改的表,表名要大寫3 通過id查出...