Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags
c# x 4
c++ x 2

7 Posted Topics

Member Avatar for leowasif

hi, i have Ms Access database having three fields ID username password and i want to make form that update them, my table name is studentLoginData [CODE] MessageBox.Show("the password is matched"); String conString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Documents and Settings\\Wasif\\My Documents\\studentLogin.mdb"; SqlConnection objConn = new SqlConnection(conString); try { objConn.Open(); } …

Member Avatar for Orion2k
0
282
Member Avatar for Cap'nKirk
Member Avatar for leowasif

i write following code to update database but every time i got update syntax error is anyone help me to .. [CODE]MessageBox.Show("the password is matched"); String conString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Documents and Settings\\Wasif\\My Documents\\studentLogin.mdb"; OleDbConnection empConnection = new OleDbConnection(conString); String insertStatment = "UPDATE StudentLoginData Set ID='" + this.txt_id.Text + …

Member Avatar for kvprajapati
0
162
Member Avatar for leowasif

hi every one, i make a application in C# visual studio that store username and passwords or students now i want to make a login form in c#. it is window form based application (GUI) not Cmd base:- my main objective is that first my application check that whether username …

Member Avatar for leowasif
0
103
Member Avatar for judithSampathwa

it's so simple add datagridview from tools to your form then click on it . there is small arrow on it click on it and make connection with your database by following the instruction and then check the connection and view it when you run your form the data is …

Member Avatar for judithSampathwa
0
168
Member Avatar for leowasif

hi, kindly can u tell me how to disable all the window error massages include the run time error msg like "system could not find the path of the file " thank u..

Member Avatar for Salem
0
68
Member Avatar for leowasif

i had to make the car racing game in c++ by using classes but can't understand it, the requirement of the game r it contain speed o meter, fuel and gear system and move in all four direction plz help me.... no graphic r required just simple car game on …

Member Avatar for Nick Evan
0
317

The End.