Posted on: 8/7/2014 1:35:10 AM | Views : 351

I'm trying to think of a way to allow my team to have access to a GUI, which can be a VB Form front end or an ASP.NET front end.  Basically, the SQL Server DB has to be shared; we can easily put it on a network drive.  Also, the GUI has to be available to everyone.  The interface will be very simple; probably a TextBox which can accept up to tens of thousands of characters and a button with will have a click-event that runs an Insert Into SQL statement.  Also, I'd like to have a way to add attachments (images, Excel files, or Word files).  Is this easy, or not so easy?  I've developed several apps that take TextBoxes and write to a table, and DataGridViews that are up-datable, and the the changes are written to a table.  I've never done this to allow several people to access that app.  Also, I've never created a tool that allows attachments to be uploaded to the DB, but I'm thinking it's pretty easy to do.

Can someone ...

Go to the complete details ...