Default values in Access database not applied to Dataset datarow...

T

Tim Frawley

I have a situtation where I am adding a Row to a Dataset that was
filled with an Access table. The column in the Access table shows a
default value of 0 (zero) but when I create a new row on the dataset
the values in the datarow are null for all columns.

Is there a way to default all columns in the dataset or datarow to 0
so that I will not have to loop through the columns and set the value
to 0?
 
T

Tim Frawley

Steven,

Sorry I didn't respond sooner. I tried this out and it worked
beautifully. It also shaved 90 seconds off of the time necessary to
import 200 rows of biological data from a text file.

Many thanks!


Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top