且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Spacial标签从字符串中查找和读取并存储在数据库中

更新时间:2023-11-06 19:08:34

你想要存储什么?整个文本文件?或数据库中的单个字段。请详细说明。



如果您需要存放个别字段,那么它非常简单。



谢谢

Keyur
What you want to store? entire text file? or individual fields in database. please elaborate with proper explanation.

If you need to store individual field then its very simple.

Thanks
Keyur


我想存储表格中标签内的数据。



表格结构为



表1:BEMAST(BENo,BEDate)

表2:BEIGM(IGNNo,BEDate)

表3:BECONT( BE)

表4:BEITEM(HSCODE,ItemDesc)
I want to store data which inside the tags In the tables .

The Tables structure as

Table1 : BEMAST(BENo,BEDate)
Table2 : BEIGM(IGNNo,BEDate)
Table3 : BECONT(BE)
Table4 : BEITEM(HSCODE,ItemDesc)