-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


XML

, 25 2015 . 11:50 +
, !
xml( xml )...
, ( ).
Access ( - , )... , ,
settings.xml - ( - , ).

, .

, ( - ( , ), 00HQ13800JrY - ID )
<session>
      <documents>
        <document>
          <type>doc-invoice</type>
          <object>00HQ13800JrY</object>
        </document>
        <document>
          <type>doc-price-ticket</type>
          <object>00HQ1380007U</object>
        </document>
      </documents>
      <active>00HQ13800JrY</active>
</session>


xml FileSystemObject, , ...

Dim FileName as String
Dim objFSO as FileSistemObject
Dim F, Buffer

FileName = "C:\Base\settings.xml"

Set objFSO = New FileSystemObject

Set F = objFSO.OpenTextFile(FileName, ForReading)
Buffer = F.ReadAll
F.Close

Buffer = Replace(CStr(Buffer), " * ", "      :-) ", 1, -1, 1) '    !

Set F = objFSO.OpenTextFile(FileName, ForWriting)
F.Write Buffer
F.Close


, , - .

http://www.sql.ru/forum/1181579/izmenenie-teksta-v-xml


: [1] []
 

:
: 

: ( )

:

  URL