in reply to Re: Re: Re: Re: How can I connect/access an MS access database from solaris?
in thread How can I connect/access an MS access database from solaris?
Where your module would take your data and put it into Access.<% Response.ContentType = "text/xml" Response.Write(Server.CreateObject("SOAP.Lite") _ .server("SOAP::Server") _ .dispatch_to("/Your/Path/To/Deployed/Modules") _ .handle(Request.BinaryRead(Request.TotalBytes)) _ ) %>
--
hiseldl
"Act better than you feel"
|
|---|