|
Check out the article I wrote for CodeProject -
Windows Paint in CsGL
Access Bound to DataGrid
Sorry this is just a text file, but it has MS Access bound to a DataGrid , allowing for Update and Delete.
I couldn't find a similar example on the web - my apologies if there is one. I will "pretty up" this later.
Dot Net - Access Bound to Data Grid
MS Access Stored Procedures
Another ugly text file, but it is a bit more detailed than the example that it references from DevCity.
You can create stored procedures in Access from VB or C# code. I guess the virtue in doing that is that the
code is somewhat more readable than it is in Access queries (at least it is for me). This example also
shows how to call the stored procedure.
MS Access Stored Procedures
|