Friday, July 30, 2010

Friday, July 30th

Looking at retrieving data from a database using a Windows form.

So far, I am amazed with how much can be done by defining properties in vb.net, such as the DataBindings property


Dim variableName As Data.DataView = New Data.DataView(DatabaseDataSet.xyz)


I think that's the correct syntax, anyway.

In the background to all this learning about relational databases, SQL server and ADO.NET

There is a problem with the where clause I a supposed to add when building a search criteria, i have follow the directions of the tutorial to a T (or so I think) and yet it still isn't working. I am going to switch to doing another tutorial series for a while.

No comments: