Hi Ottis.
I have a problem with typed lists when i give them only one variable.
My setup is below.
1.0.2004.2 July 13, 2005
Adapter full/safe 1.0.2004.2.04222005
c# templeate for sqlserver 1.0.2004.2 1.0.2004.2.071205
when i create a typed list with only one field i get
public enum ScheduleListTypedListFieldIndex:int
{
,
AmountOfFields
}
It should be ..
public enum ScheduleListTypedListFieldIndex:int
{
CalendarCode,
AmountOfFields
}
John Ingram