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
~2K People Reached
Favorite Forums
Member Avatar for glyvery.happy

hi people! I badly need a help regarding this program.. I want to insert this two data in my database... [CODE] try { OleDbConnection conn = new OleDbConnection(); conn.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\lenovo\Desktop\C CONTRUCTS\C CONTRUCTS\CONSTRUCTION.accdb"; conn.Open(); OleDbCommand ccmd1 = new OleDbCommand("INSERT INTO [ORDER_DRIVER]([DELIVERY_NO],[DRIVER_ID],[STATUS])" + "VALUES(" + "'" + textBox1.Text + "'" …

Member Avatar for Momerath
0
95
Member Avatar for glyvery.happy

hi. I was trying to choose data from the combobox then When I choose something.. it will also generate the other data into the textbox. I just wanted to choose a STUD_ID in the combobox and the fname and the lname should show in the textbox. actually.. I just did …

Member Avatar for rohand
0
2K
Member Avatar for glyvery.happy

[CODE] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace yeah { class Program { static void Main(string[] args) { string name; System.Console.WriteLine("What is your name:"); name = System.Console.ReadLine(); System.Console.WriteLine("the name is " + name + "!!!!!!"); System.Console.Read(); System.Console.Clear(); System.Console.WriteLine("wait there's more! "); System.Console.Read(); System.Console.WriteLine("Simple Test "); System.Console.Read(); System.Console.Clear(); int …

Member Avatar for Lusiphur
0
173