DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Bryan Guest

    Reading in an N-tier system


    Thank you for the tips early. They are being used as we speak. Now I am
    having troubles passing the xml stream from my business object to my data
    access object to save the data to the sql server. I can write to the xml
    stream beautifully but i lose the data when i go to the data access object.
    Obviously in my own thinking this would happen because you close the first
    object and open the second but is there a way to get the data across and
    if so how? Any suggestions??

    Thanks,
    Bryan

  2. #2
    Russell Jones Guest

    Re: Reading in an N-tier system

    The simplest way to solve your problem is to pass an XML string by value
    from one component to another. Then it won't matter if you close the first
    object.

    "Bryan" <stenfors@swbell.net> wrote in message
    news:3ad5cf1a$1@news.devx.com...
    >
    > Thank you for the tips early. They are being used as we speak. Now I am
    > having troubles passing the xml stream from my business object to my data
    > access object to save the data to the sql server. I can write to the xml
    > stream beautifully but i lose the data when i go to the data access

    object.
    > Obviously in my own thinking this would happen because you close the

    first
    > object and open the second but is there a way to get the data across and
    > if so how? Any suggestions??
    >
    > Thanks,
    > Bryan




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links