[.NET]請問資料庫轉換的問題

看板Visual_Basic作者 (= =)時間19年前 (2005/09/16 12:24), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
我想利用dataset把查詢的資料從sql叫出來 然後再存到dbf檔裡(更新裡面的資料) 這樣可行嗎? 我有參考前面大大說的access轉成excel的方式 可是我怎麼用都不行 請問各位大大下面程式碼要怎麼修改呢 Dim stmWt As New StreamWriter(Response.OutputStream, Encoding.Default) Response.AddHeader("Content-Disposition","attachment; 111.dbf") Response.ContentType = "application/111.dbf" Dim tw As StringWriter = New System.IO.StringWriter Dim hw As HtmlTextWriter = New HtmlTextWriter(tw) DataGrid1.RenderControl(hw) stmWt.Write(tw.ToString()) stmWt.Flush() stmWt.Close() Response.End() -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.112.232.13
文章代碼(AID): #13AaZ_ly (Visual_Basic)
文章代碼(AID): #13AaZ_ly (Visual_Basic)