| View previous topic :: View next topic |
| Author |
Message |
pennel Guest
|
Posted: Sat Aug 07, 2004 2:36 am Post subject: how to make exchanges between sql server and xml document? |
|
|
I'd like to make a software in Delphi 7.0 to realize the following
functions:
1. extract data from a xml document and save it in a table, then add it to a
sql server 2000 database;
2. read data from a sql server 2000 database and convert them into xml
document to display or save it to specific place in my computer.
How to realize these two functions in Delphi 7.0?
Thanks for possible reply!
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Sat Aug 07, 2004 6:07 am Post subject: Re: how to make exchanges between sql server and xml documen |
|
|
You may use the SaveToFile and LoadFromFile methods for TADODataset and
specify xml-extension there for file name
As alternative, you may check our SMExport and SMImport suites - xml-format
supported there (a few different formattings)
--
With best regards, Mike Shkolnik
E-mail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
WEB: http://www.scalabium.com
"pennel" <pennel_2000 (AT) avl (DOT) com.cn> wrote
| Quote: | I'd like to make a software in Delphi 7.0 to realize the following
functions:
1. extract data from a xml document and save it in a table, then add it to
a
sql server 2000 database;
2. read data from a sql server 2000 database and convert them into xml
document to display or save it to specific place in my computer.
How to realize these two functions in Delphi 7.0?
Thanks for possible reply!
|
|
|
| Back to top |
|
 |
Marc Rohloff [TeamB] Guest
|
Posted: Sat Aug 07, 2004 1:17 pm Post subject: Re: how to make exchanges between sql server and xml documen |
|
|
On Sat, 7 Aug 2004 10:36:28 +0800, pennel wrote:
| Quote: | I'd like to make a software in Delphi 7.0 ...
|
Please don't cross post. Choose *one * group and post there.
--
Marc Rohloff [TeamB]
marc rohloff at myrealbox dot com
|
|
| Back to top |
|
 |
|