English 中文(简体)
建立/更新/删除XML档案
原标题:Create/Read/Update/Delete to an XML file
  • 时间:2010-06-17 14:12:56
  •  标签:
  • coldfusion

Are there a set of commands used to perform CRUD on an XML file? I m envisioning a component (myData.cfc) that has a Save function (Insert/Update), a Delete function and a Read function.

最佳回答

你们是否要求使用XML档案储存数据? 虽然你肯定能够这样做,但我不相信我会建议这样做。 你们必须非常谨慎,只读最新消息,你不会从中取得良好业绩。 我指的是,这几百年来,或许会打上罚款,但之后,你会受苦。

您能详细说明你如何使用XML档案? 如果你仅指环境或静态数据集,我就认为它很错。 如果你把CRUD称为“数据之分”,你真的想要有一个数据库。

问题回答

暂无回答




相关问题
JQuery AJAX .load - flash chart doesnt load in IE

An IE issue has me completely stumped. I have a coldfusion page that uses JQuery s AJAX .load function to load in a new flash file that is generated by coldFusion s cfchart tag. This works completely ...

Best Coldfusion Library for OpenID [closed]

I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get s the most support, ...

Find ColdFusion Generated ID

Is there a way to find the elements generated by ColdFusion s <CFLayout> and <CFLayoutArea> tags? These tags: <cflayout type="tab" name="MyAccount"> <cflayoutarea name="...

ColdFusion COM error

I am upgrading from CF4.5 to CF8. Calls to COM dll s that used to work in version 4.5 now throw a "Complex object types cannot be converted to simple values.." error. The COM object has a few arrays ...

What s the best way to write engine-specific CFML code?

Sometimes it is necessary to write different code for Adobe ColdFusion vs Railo vs OpenBD, due to differences in implementation. Do people have a specific method that they use for this? For example, ...

热门标签