News

I have written an application that takes in a fixed-width file (thanks in no small part to advice I recieved in a seperate thread) and then dissasembles each line, runs a fairly meaty SQL SELECT query ...
This library is under the MIT License. Yamo stands for Yet Another Micro ORM. In the beginning I couldn't come with better name and it kind of stuck. What? VB.NET? You're joking, right? Nope. Reason ...
This is a 3 layer application with Winforms as the presentation layer, VB.NET code in the logic layer and ADO.NET to SQL Server on the database layer. I used object data sources to access the data.
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to ...