powerdesigner從EXCEL讀入資料

2022-09-11 22:57:24 字數 970 閱讀 1982

匯入excel做成實體表" href="" target="_blank" rel="noopener">powerdesigner 匯入excel做成實體表

jerry

這個功能只能用powerdesigner 的指令碼功能來實現,使用起來也簡單

開啟powerdesigner,shift + ctrl + x 開啟指令碼視窗

輸入執行的指令碼,點 run 即可。

簡單的匯入excel指令碼

'開始option explicit

dim mdl ' the current model

set mdl = activemodel

if (mdl is nothing) then

end if

dim h**eexcel

dim rq

rq = vbyes 'msgbox("is excel installed on your machine ?", vbyesno + vbinformation, "confirmation")

if rq = vbyes then

else

end if

a x1, mdl

sub a(x1, mdl)

dim rwindex   

dim tablename

dim colname

dim table

dim col

dim count

on error resume next

set table = mdl.tables.createnew '建立乙個表實體

table.code = "am_cardinfo"  '指定表名

count = count + 1

next

msgbox "生成資料表結構共計 " + cstr(count), vbok + vbinformation, "表"

exit sub

end sub

PowerDesigner從安裝到同步資料庫

最近專案在如火如荼的進行著4.0版本的資料庫設計工作,我們幾個後端小夥伴也馬不停蹄的進行著資料庫的設計。使用的設計軟體是powerdesigner,這裡記錄一些常見的問題以備日後檢視 提取碼 ybtg 安裝是傻瓜式安裝,選好路徑一直下一步就行 安裝完了之後需要 漢化 和po jie 的小夥伴替換對應...

powerDesigner 從資料庫匯出實體模型

方法一 1 步驟一 新建model,選擇physical diagram 注意dbms的選擇,需要選擇對應的資料庫型別,否則出現問題 2 步驟二 選擇選單欄中的database connect,選擇configure.選擇connection profiles,新增ip等配置 注意 dbms typ...

從e看中國數學教育

從e看中國數學教育 我們中國的數學教材上是這樣介紹自然對數的 如果對數的底數是e,則稱為自然對數,其中e 2.71828.是個無理數。我和我的同學們當時的感覺就是這個自然對數來的太不自然,反而非常彆扭。雖然沒做過統計,但是我想即使作為成年的我們也有至少90 的人不知道這個e為什麼很自然吧。e來自於實...