select object_name(id),* from syscomments
where texttype = 0 and
(text like '%turnkey_date%'
or text like '%turnkey_pick%'
or text like '%turnkey_canceldate%'
or text like '%etrndt%'
)
;
在使用TableAdapter作Query時發生 1. 原因為有些資料欄位Query出來後為null值 但是該欄位在dbDataSet的屬性AllowDBNull為False 因此把該欄位(或乾脆把全部欄位屬性AllowDBNull改為True 2. maxLength 檢...
沒有留言:
張貼留言