用Access97 作的資料庫可不可以製成執行檔,而在沒有Access97 的電腦上執行嗎?如果可以的話又該怎麼做?謝謝
- 1月 07 週五 200016:57
Access97 作的資料庫可以製成執行檔嗎?(編號:678)
- 1月 07 週五 200015:56
為何使用 SQL 做日期搜尋命令, 於 DBF 資料庫中會出現問題 ?(編號:675)
本人曾試用 MDB 之資料檔便能順利執行, 為何使用 DBF 資料庫會出現問題 ?
(在 DBF 檔中對文字及數字搜尋均能正常)
Adodc1.RecordSource = "Select * From 員工資料 Where 生日 > #1999/10/10#"
訊息框標題 : Adodc1
(在 DBF 檔中對文字及數字搜尋均能正常)
Adodc1.RecordSource = "Select * From 員工資料 Where 生日 > #1999/10/10#"
訊息框標題 : Adodc1
- 1月 07 週五 200015:29
讀取檔案之日期和時間(編號:674)
若欲將某一目錄之檔案,依照日期+時間作排序,可用何種方式?
- 1月 07 週五 200013:41
如何讀取特定目錄中某一個字開頭之檔案明細(編號:673)
若欲取得某一特定目錄中,以某字開頭之檔案明細, 有何方式可使用?
- 1月 07 週五 200013:03
如何刪除一個資料夾(編號:671)
要將資料夾刪除該怎麼做?
- 1月 07 週五 200011:25
請問 Vb Asp 問題(編號:670)
請幫幫忙
Asp 上程式碼
<% Email = Request.Form("Email")
Pwd = Request.Form("Pwd")
set myObject = Server.CreateObject("會員管理Object.會員")
Asp 上程式碼
<% Email = Request.Form("Email")
Pwd = Request.Form("Pwd")
set myObject = Server.CreateObject("會員管理Object.會員")
- 1月 07 週五 200009:01
請問如何得知cd rom的door是open or closed ?(編號:669)
本人現正練習寫一cd player,播放功能控制項皆自定,雖可控制cd rom 的door開啟或關閉,但無法判斷door的開啟或關閉是由軟體或由人工從面板動作,故退出鈕有時需按兩次才能達到目的,致使程式有一小缺點存在,本人很想修正此一缺點,故
請問如何用程式偵測得知cd rom的door現在是open or closed ?
謝謝大家。
請問如何用程式偵測得知cd rom的door現在是open or closed ?
謝謝大家。
- 1月 07 週五 200007:32
反安裝時移除Registry之資料(編號:668)
執行反安裝時無法移除程式執行後產生之Registry資料夾,請問移除程式碼要寫在setup1的哪裡才能在安裝後把這些還未產生的Registry資料夾記錄在St5unst.log?或是自行修改St5unst.log?
- 1月 07 週五 200006:46
DCOM能否在非internet 狀態運作(編號:667)
本身係server己經用vb build 了COM objects
如果只係intranet 而且係用 vb 0既 form 係 client 上面運作可唔可以用到DCOM呢個方法???
小弟對DCOM 不是十分熟識... DCOM 係咪一定經proxy 運作? 用不用經ip? 怎樣傳遞?
如果只係intranet 而且係用 vb 0既 form 係 client 上面運作可唔可以用到DCOM呢個方法???
小弟對DCOM 不是十分熟識... DCOM 係咪一定經proxy 運作? 用不用經ip? 怎樣傳遞?
- 1月 07 週五 200006:20
Keep cursor in text box(編號:666)
The form contains a textbox, a label. When a user types, I want the text to be displayed
in the label and nothing sent to the textbox ( which can be acheived by set Form.KeyPreview = True),
but the textbox should always have the cursor in where it is. How to do it?
Another question is, when inserting text (not typing directly in the textbox) to the textbox in the cursor position
how to avoid flash in textbox? If code as: text1= sTextbeforcusor & sAppendText & sTextAfterCursor
in the label and nothing sent to the textbox ( which can be acheived by set Form.KeyPreview = True),
but the textbox should always have the cursor in where it is. How to do it?
Another question is, when inserting text (not typing directly in the textbox) to the textbox in the cursor position
how to avoid flash in textbox? If code as: text1= sTextbeforcusor & sAppendText & sTextAfterCursor