i need to know how do i make a class full of variables and use them in various forms? in other words what variable type do i need to use so that they are able to be accessed and modified...
so i have a C-Sharp application that uses stored procedures to access data, how do i get the data to return found values to the application? i know it is a C-Sharp app, but the trouble is in...
okay, once again with the application. i think i should just make one thread for this thing, but the question today is: how do i send out a request to an SQL database from a form,...
so i have a question. i have an application that uses multiple forms. but on the second form(form2) i have in the menu, an option to quit the application. how can i set the action to...
so the title is the question really. hwo can i open a message box and then program the buttons to have specific actions? or would it be best to create my own form and use it as a...
so i have this program i am workikng on, and i created a custom icon for it. i know that in visual studio i can just change the icon setting on the form to whatever icon i select and...
not sure. i was looking for something to take the stress away from trying to get this working. i did make a SProc for inserting data into a database. i need to create a few more, one to update and...
what is the purpose of a stored procedure? and do i need parameters for inserting data? wouldn't i only want parameters when i am selecting rows to be updated or deleted?
i got it working. sorry. something with my connectionString was not good enough, bcuz i copied and pasted the string to the same database(the MSVS data connection) and it went right though. then it...
alright so now that error is fixed. now how do i fix the connection issue i am having. all the information is valid. i used the management studio to verify all of it. the server is set to accept...
alright. so i made a mock up of what i want to do with my application. so now i have the main one waiting for me to get this stuff understood. in the mock up i have a problem and i dont what the...
hey supercoders.
the title says it all. i am working on an application that requires the writing of data to a database. i have gotten the database connection working but i need to know how i write...
well i run the application, but until i dont seem to be able to get data sent to the database.. and when i do run the application, it crashes if the button used for submiting data is doing something...