问题描述
道歉,如果错误的论坛......不确定它属于哪一个:
Apologies if wrong forum..was not sure which one this falls into:
我有一个带有多选组合框的访问数据库,显然存储了多个选项例如; selection1 + selection3等
I had a access db with a multi-select combo box, which obviously stored multiple selections eg; selection1 + selection3 etc
将db迁移到sql 2008 STD ed(手动尝试,然后使用向导迁移工具),但是组合不再是多选。
migrated db to sql 2008 STD ed (tried both manually, then using wizard migration tool), but combo is nolonger multi-select.
你如何在带有访问2008前端的sql中存储多选数据?
how do u stored multi-select data in sql with an access 2008 front-end?
David
推荐答案
现在您的Access数据已经升迁到SQL 2008.您能不能只使用相同的表或视图或SELECT语句?
Now your Access data has been upsized to SQL 2008. Can you not just use the same table or view or SELECT statement?
你的意思是组合是"不再多选"?听起来像是前端问题,而不是后端数据。如果您的数据是Access,SQL,ODBC等,则无所谓。
What do you mean that the combo is "no longer multi-select"? Sounds like a front-end issue, not back-end data. Should not matter if your data is Access, SQL, ODBC, etc.
帮助我更好地理解您的问题。
Help me to better understand your issue.
这篇关于使用多选组合访问前端 - 在sql中使用什么数据类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!