+1 value to database item via OleDB?
Program used: Visual Studio (C# Winforms)
Hello there!! Just a general question I really needed for my advanced voting system.
By a button press, I want to be able to add one value directly to a certain item into my database that I've name "ElectionVote1" for example (The file name is named Voting2). I just want to know if its possible to accomplish this and how can I get it done?
3 Replies
I'm sorry for the question cause I havent been around database works that much but isnt OleDB and SQL different things? if so does the method above still work?
OleDB is a driver for Microsoft SQL Server
It allows you to execute SQL code on an MSSQL database instance