Sack Library Documentation
|
typedef 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; } SQL_RESPONCE, * PSQL_RESPONCE;
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.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|