dbf 匯入遇到的小問題

2022-04-07 09:02:39 字數 397 閱讀 7915

1、dbf匯入缺少驅動

dbf匯入時提示缺少驅動foxpro driver,朋友裝了 visual studio 6.0搞到了98年版vfpodbc.dll 缺少驅動的問題解決了

2、儲存過程中引數傳遞

dbf檔案匯入的時候寫的儲存過程用的n『』的地方

set @sql=n'insert into z_major select zydh ,zydm from openrowset(''msdasql'',''driver=microsoft visual foxpro driver;sourcetype=dbf;sourcedb='+@path+n''',''select * from '+@fname+n''')'

exec(@sql)

把n'' 中的乙個單引號變成兩個單引號就可以了

遇到的小問題

今天用vs2005編譯乙個專案的時候出現下面2個錯誤 dibimage.obj error lnk2019 無法解析的外部符號 cuda,該符號在函式 public bool thiscall cdibimage medianfilter char long,long,int,int,int,int...

遇到的小問題

今天用vs2005編譯乙個專案的時候出現下面2個錯誤 dibimage.obj error lnk2019 無法解析的外部符號 cuda,該符號在函式 public bool thiscall cdibimage medianfilter char long,long,int,int,int,int...

matlab plot遇到的小問題

want to plot this function y 1 x 2 1 x 3 0.1 3 y 1 x.2 1 error using mrdivide matrix dimensions must agree.x 3 0.1 3 y 1 x 2 1 error using mpower matr...