Subject | RE: [ib-support] RC1 Error - Responses |
---|---|
Author | Bill Morrison |
Post date | 2001-12-05T23:42:13Z |
Unfortunately it worked fine. Question : does it use a different way of
opening the db if the db is split into different files?
Bill
-----Original Message-----
From: Ann W. Harrison [mailto:aharrison@...]
Sent: Wednesday, December 05, 2001 3:32 PM
To: ib-support@yahoogroups.com
Subject: RE: [ib-support] RC1 Error - Responses
Bill -
Try this:
if ((desc = CreateFile (file_name,
GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL | FILE_FLAG_RANDOM_ACCESS,
0)) == INVALID_HANDLE_VALUE)
{
/* add error handling */
GetLastError();
}
Gstat -h does not invoke the engine at all.
Regards,
Ann
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
opening the db if the db is split into different files?
Bill
-----Original Message-----
From: Ann W. Harrison [mailto:aharrison@...]
Sent: Wednesday, December 05, 2001 3:32 PM
To: ib-support@yahoogroups.com
Subject: RE: [ib-support] RC1 Error - Responses
Bill -
Try this:
if ((desc = CreateFile (file_name,
GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL | FILE_FLAG_RANDOM_ACCESS,
0)) == INVALID_HANDLE_VALUE)
{
/* add error handling */
GetLastError();
}
Gstat -h does not invoke the engine at all.
Regards,
Ann
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/