18 reputation
6
bio website
location
age
visits member for 1 year, 9 months
seen May 6 at 14:36
stats profile views 21

May
2
comment Database project needs to create new tables, access old tables
The issue here is that this needs to all be automatic for the user. Another person suggested I just create different tables within the same DB for the new year. I think I like that idea, but how do you take a newly created table in VB.NET and apply it to the Access DB?
May
1
asked Database project needs to create new tables, access old tables
Feb
27
awarded  Popular Question
Jan
24
answered defaultview.sort ignoring the last row in the defaultview
Jan
23
asked defaultview.sort ignoring the last row in the defaultview
Dec
21
comment Accessing a datatable via a string variable
I knew it was easy. Thanks much!
Dec
21
accepted Accessing a datatable via a string variable
Dec
20
asked Accessing a datatable via a string variable
Dec
5
answered Issue binding datagridview to a different datatable
Dec
4
comment Issue binding datagridview to a different datatable
I eliminated that line and I still have the same issue. It seems that setting the datasource property to the table should work, so I am totally lost here.
Dec
4
comment Issue binding datagridview to a different datatable
No, it is a binding source attached to a table.
Dec
3
comment Issue binding datagridview to a different datatable
Not sure what you mean by data type of the binding source. If you mean what data type is it binding to, there are four columns consisting of 2 string fields and 2 decimal fields.
Nov
30
comment Issue binding datagridview to a different datatable
I still get a grayed-out datagridview.
Nov
29
asked Issue binding datagridview to a different datatable
Nov
29
awarded  Student
Nov
29
asked VB.NET method for accessing MS Access DB data
Sep
4
awarded  Commentator
Sep
4
comment SQL database deployment for VB.NET app
Okay, I think I see. Where do I put that code, in the Form.Load event?
Sep
4
comment SQL database deployment for VB.NET app
I am not sure how to do that. I put them in the client SQLSERVER DATA folder and in the working directory. Is there another step?
Sep
3
comment SQL database deployment for VB.NET app
So how do I attach the mdf/ldf files to the project so it comes over with the msi file?