今天在加資料庫的相關操作時,遇到了一些問題,提示
error c3861: 'cemountdbvolex': identifier not found
error c3861: 'cemountdbvolex': identifier not found
error c3861: 'cecreatedatabasewithprops': identifier not found
error c3861: 'cecreatesession': identifier not found
error c3861: 'ceopendatabaseinsession': identifier not found
我在.cpp檔案的開頭加入了
#define edb
#include
#include
但是錯誤還依然存在
從網上搜尋了一些方法
在博文《mobile資料庫遇到的問題》
它裡面建議使用
extern "c"
但是使用後,問題變成了lnk的錯誤
error lnk2019: unresolved external symbol
有人在論壇裡建議
#include windbase_edb.h
也是同樣的問題
最後,我問了一下我的同事
他建議我在
stdafx.h 標頭檔案中新增
#define edb
#include
#include
這樣的確解決了問題。
資料庫sql 遇到的問題
1.in 關鍵字的使用 2.inner join 和left join 的區別 3.select count from select distinct i.img type from village liaison station img i where i.base id base id a 求主...
mysql資料庫遇到的問題
1.公司新上乙個專案,是仿照別的 改的,資料庫不是自己研發,導致資料庫聯絡不明確,所以在前台頁面往往會出現一些問題,比如上傳附件,在資料庫中已經插入了,但是前台頁面並沒有顯示,是因為有部分表沒有更改造成的,但是按照別人的 進行上傳附件的時候怎麼知道資料庫裡的哪張表進行了插入呢?難道乙個乙個查嗎?當然...
初學資料庫繫結是遇到的問題
前台 aspx頁 使用 string.format system.data.common.dbdatarecord container.dataitem 起薪 繫結時 net提示我輸入的字串格式錯誤。就懷疑是否不是 cs 頁問題 將其放到cs頁面來輸出 還是這個錯誤 難道 system.data.c...