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 ...
Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
What about running a query to get the max () of the ID field, then in VB.Net setting the variable to the value that the query returns.<BR><BR>As far as the VB.Net part, I can't give you the exact ...