将数据保存到闪存媒体服务器(如 RDBMS)
嗨... 我使用fms来保存像rdbms这样的数据。我为此使用共享对象。但我无法将多于一行的数据保存到闪存媒体服务器中。为了这个目的我能做什么?
hii...
im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能将一组“行”保存到共享对象中而不是仅保存一行吗?
can't you save an array of "rows" into the shared object instead of just one row?