T
Terry Knight
hey,
i've created a data adpater called 'dabvscores'
i've created a dataset called 'dsvbscores'
now i've greated a private sub to populate the data adpater and then i fill
the dataset and this private is called on form load, i have an update
command button with the following code in it:
daVBScores.Update(dsVBScores)
but i'm getting an error when it try to run the code. does anyone know what
i'm doing wrong???
i've created a data adpater called 'dabvscores'
i've created a dataset called 'dsvbscores'
now i've greated a private sub to populate the data adpater and then i fill
the dataset and this private is called on form load, i have an update
command button with the following code in it:
daVBScores.Update(dsVBScores)
but i'm getting an error when it try to run the code. does anyone know what
i'm doing wrong???