R
Richard Roche
my data layer returns vanilla dataset and i want to cast
it to a typed dataset, but keep getting:
Specified Cast is not Valid
I've dropped a dataset onto my asp.net form
generated a new dataset and added to the form.
dim ds as dataset
dim dsT as dsTyped
ds = oData.Getdata
dsT = ctype(ds, dsT) ' this fails w/ Specified Cast is
not Valid
i'm fairly certain the generic dataset should match the
typed.
any advice or where to read is appreciated.
it to a typed dataset, but keep getting:
Specified Cast is not Valid
I've dropped a dataset onto my asp.net form
generated a new dataset and added to the form.
dim ds as dataset
dim dsT as dsTyped
ds = oData.Getdata
dsT = ctype(ds, dsT) ' this fails w/ Specified Cast is
not Valid
i'm fairly certain the generic dataset should match the
typed.
any advice or where to read is appreciated.