R
Rob
I use VB.net 2005 and designer-generated typed dataset. Within the
dataset, there is a table adapter and the table adapter has a public
Insert method. So I tried to call the Insert method with my own
parameters but it causes an exception that says "object reference not
set to an instance of an object". Most of the parameters are string,
decimal and date that have been CTyped so it doesn't seem to be the
problem of the parameters. Any idea?
Rob
dataset, there is a table adapter and the table adapter has a public
Insert method. So I tried to call the Insert method with my own
parameters but it causes an exception that says "object reference not
set to an instance of an object". Most of the parameters are string,
decimal and date that have been CTyped so it doesn't seem to be the
problem of the parameters. Any idea?
Rob