I have one query regarding SQL server and vb.net 2010. Suppose I made one database in sql server and created a table. Now for the insertion, deletion, alteration I have created one form in vb.net 2010. I put one object, say (command button) on the form, and I coded that command button to connect to sql server and retrieve data for a particular field but after sometimes you came to know that another field data is coming in that field.
My question is for rectify that error i have to do coding in sql server or vb.net? Can i code in sql server? or sql server is just for select, append and for different queries only to see the database? and if it is possible in sql server to code and resolve that issue then again i have to make coding changes in vb.net too?
My question is for rectify that error i have to do coding in sql server or vb.net? Can i code in sql server? or sql server is just for select, append and for different queries only to see the database? and if it is possible in sql server to code and resolve that issue then again i have to make coding changes in vb.net too?