Hey there, SpiceHeads. I've got a programming problem I need some direction on. I'd like to create a small program that a user can run on his/her computer in its own window. The program will do nothing but run a query against a Microsoft SQL 2012 instance and return a few rows of data. Nothing but SELECT statements.
Can someone opine on how I should get started on this? I guess I'm assuming this will be Visual Basic, but I don't really know why. I do light web development all the time, but I've never written a desktop application, but I'm not afraid to.
Sorry if this is vague, but thanks for any help.
EDIT: I forgot! The final application will need a single user input to use in the database query.