How to specify blob type in MS Access?

后端 未结 1 952
逝去的感伤
逝去的感伤 2021-01-20 11:02

How to specify blob type in MS Access? I have office 2007 installed.

I am using jdbc, but this should not matter for the SQL query I am passing. Tried to pass a len

相关标签:
1条回答
  • 2021-01-20 11:12

    Use LONGBINARY as the data type for the blob field in your DDL statement. See Field type reference - names and values for DDL, DAO, and ADOX

    0 讨论(0)
提交回复
热议问题