View Single Post
  #3 (permalink)  
Old 04-03-2004
damingyipai damingyipai is offline
Registered User
 
 
Join Date: Jan 2004
Posts: 59
please try this

slice:
struct Connection
{
// user Id
long Id;
};
struct DbIdentity
{
long id;
};
struct RcIdentity
{
// Real Record ID
long realId;
};

string GetSearchRecordContent(
int encoding,
Connection cn,
DbIdentity dbNum,
string exp, // expression
RcIdentity rc,
string LocalDirectory
);

exception...
Reply With Quote