Hello,
System win95, emulator d25, R5 codewarrior
I have been getting an error (DataMgr.c line 3805 err creating new rec) on
this snippet of code while trying to initialize a DB:
int x = 0;
UInt index = 0;
for(x=0; x < num; x++)
{
VoidHand h = DmNewRecord(anyDB, &index, 1);
if(h)
{
PackDB(array[x], h);
DmReleaseRecord(anyDB,index,true);
}
}
my error is generated on h = DmNewRecord() line.
Any help on this would be welcome.
The DB is open.
- No Subject N-Yang/Indy (楊文尉 INC)
- No Subject Jim Selph
- No Subject Jim Selph
- No Subject KURT LANGSTON
- No Subject Ernst Steenbrink
- No Subject Ion Popescu
- No Subject Sasha Apartsin
- No Subject Pass, Tim (Sema)
- No Subject Mike Pellegrino
- No Subject Rachabathuni Sailesh-P0927C
- No Subject Simon Kershaw
- No Subject Liaqat Qureshi
