incompletefool
New member
- Joined
- Apr 1, 2009
- Messages
- 4
- Programming Experience
- Beginner
I am feeling stupid, which doesn't take much these days.
I have a simple program in vb 2005 that generates data. I have created a table in which to store the date (3 columns, 4 if you include the index).
So when I run my program, how do I get the data in the table?
I have literally spent hours frikking around with tableadapter.fill which just leads me to more code and more errors. I am obviously missing something conceptually.
Just seems I ought to be able to say something like TableRow(x,y,z).
Of course, after I get it in there I'd like to view it and get it back out, but one thing at a time.
Help
Thanks
I have a simple program in vb 2005 that generates data. I have created a table in which to store the date (3 columns, 4 if you include the index).
So when I run my program, how do I get the data in the table?
I have literally spent hours frikking around with tableadapter.fill which just leads me to more code and more errors. I am obviously missing something conceptually.
Just seems I ought to be able to say something like TableRow(x,y,z).
Of course, after I get it in there I'd like to view it and get it back out, but one thing at a time.
Help
Thanks