DataTable^ table = safe_cast<DataTable^>(myDateSet->Tables[0]);
or just
DataTable^ table = myDateSet->Tables[0];
seem to work fine.
> Can someone tell me what I'm doing wrong here:
>
[quoted text clipped - 3 lines]
>
> Rasika.
Rasika WIJAYARATNE - 30 Jun 2005 04:29 GMT
Great, thank you.
> DataTable^ table = safe_cast<DataTable^>(myDateSet->Tables[0]);
>
[quoted text clipped - 11 lines]
> >
> > Rasika.