Re: ASP, Delphi and XML help
- From: "Mike Shkolnik" <mshkolnik2002@xxxxxxx>
- Date: Tue, 8 May 2007 22:47:06 +0300
Andy,
you need create the ActiveX control in Delphi where you'll connect to your
database, convert the resultset to xml (using SMExport). In your ASP you'll
call the method of your ActiveX and return the xml as response for ASP-page
The same for data load - you'll send your xml-string as parameter for
ActiveX's method (caled from ASP page) which will import your xml to
database
--
With best regards, Mike Shkolnik
Scalabium Software
http://www.scalabium.com
mshkolnik@xxxxxxxxxxxxx
"Andy" <andy@xxxxxxxxx> wrote in message
news:463fb2aa@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Mike,have
Thanks for the good response. I have both SMExport and SMImport. Do you
any tips on how to pass the XML to and from an ASP page? I would like tosure
actually query the database using ASP and return the results in XML for my
Delphi application and also to be able to send an XML from my Delphi
application back to ASP. I think I can handle the Delphi side, just not
how to do it in ASP. Any resource or tip on this is greatly appreciated.SMImport
Thanks again Mike.
Andy
"Mike Shkolnik" <mshkolnik2002@xxxxxxx> wrote in message
news:463f6f5d@xxxxxxxxxxxxxxxxxxxxxxxxx
Andy,
you may create the xml from dataset using our SMExport suite:
http://www.scalabium.com/sme
To parse the xml in Delphi and load to dataset you may using our
usingsuite
http://www.scalabium.com/smi
Both suites works in server-side environments
Also you may check the sample project in DEMOS\XMLExchange directory
(included in SMExport archive)
--
With best regards, Mike Shkolnik
Scalabium Software
http://www.scalabium.com
mshkolnik@xxxxxxxxxxxxx
"Andrew Diabo" <andy@xxxxxxxxx> wrote in message
news:463e59b9@xxxxxxxxxxxxxxxxxxxxxxxxx
I am tring to query a database in ASP and obtain the results in XML
dosomething like TacHTTP or similar component. How do I output to XML in
ASP
and parse it in Delphi from the TacHTTP component? If anyone has done
something like this, I would appreciate any help or resource on how to
this.
Thanking you in advance.
Andy
.
- Follow-Ups:
- Re: ASP, Delphi and XML help
- From: Andy
- Re: ASP, Delphi and XML help
- References:
- ASP, Delphi and XML help
- From: Andrew Diabo
- Re: ASP, Delphi and XML help
- From: Mike Shkolnik
- Re: ASP, Delphi and XML help
- From: Andy
- ASP, Delphi and XML help
- Prev by Date: Re: Key Generator
- Next by Date: Re: ASP, Delphi and XML help
- Previous by thread: Re: ASP, Delphi and XML help
- Next by thread: Re: ASP, Delphi and XML help
- Index(es):
Relevant Pages
|
|