Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::sql::responce_tag Structure
C++
struct responce_tag {
  struct {
    BIT_FIELD bSingleLine : 1;
    BIT_FIELD bMultiLine : 1;
    BIT_FIELD bFields : 1;
  } flags;
  PVARTEXT result_single_line;
  int nLines;
  CTEXTSTR * pLines;
  CTEXTSTR * pFields;
};

some internal stub-proxy linkage for generating remote responders.. 

This was work in progress for providing a msgsvr service to SQL. One of the implementations of this library was across a windows message queue using ATOM types to transport results and commands. Was going to implement this on the abstract msgqueue interface.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!