Hi Andreas,

"Andreas Fuchs" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
atpq0l$7jr$[EMAIL PROTECTED]">news:atpq0l$7jr$[EMAIL PROTECTED]...
> if it works fine in your LAN, then you can't optimize the statements
> except the amount of data that ist transferred (e.g dont use "select *
> from ..." but "select neededcol1,neededcol2,.... from ...". For working

Some statements used "select *", the most statements specified the columns...

> with small connections its best to write a server which transfers the
> data to the client (years ago I wrote a small JDBC-Driver). The Server
> can ZIP the data before transferring:
> ObjectOutputStream -> DeflaterStream -> ByteArrayStream -> the Byte[]
> you get can be send over a normal socket Stream.

Yeah, I've written an XML based Server, who talk to SAP-DB and SAP-BC.
The server used the "ObjectInput/OutputStream", works great ;)))

But at this time, I can't used it for the clients. ;(
The project-leader don't want such a technologie for the clients!
All logical methods are in the client, *BAD* I know...

At this time, I think, I must "live" with the ISDN-problem...

Thx & greetings

Andre



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to