I'm trying to create a table in an access database. I've tried the following query but without success:
CREATE TABLE Test ([id] COUNTER (1,1),[AttachedFile] Attachment, [FolderId] Long))
The field of type Attachment seems to be very special. Am'I wrong with the field type ?
Any ideas ?
答案 0 :(得分:0)
解决方法是在Resources
中嵌入数据库