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
~10.9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

16 Posted Topics

Member Avatar for shadowrider

hey these codes are working you can debug and use int sum = 7; Console.WriteLine("enter an integer for adding"); int a = int.Parse(Console.ReadLine()); sum += a; Console.WriteLine(sum);

Member Avatar for ddanbe
0
9K
Member Avatar for adem87

Hello ım writing a program that it will work with sql database. i loaded a database which name is b.sql. but i need to connection string abouth user name , pasword and where is the location of database.

Member Avatar for Ketsuekiame
0
113
Member Avatar for adem87

i have a project that it find the shortest bakery in c# . i written a program that save vertex and edge and drowing when opening the program. bu i need a code that find the nearest bakery. please write the needing code below this. i have this vertex.id vertex.x, …

Member Avatar for ddanbe
0
256
Member Avatar for adem87

string location = Environment.CurrentDirectory; string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source =" + location + "\\harita.accdb"; // get records from the Shippers table string commandString = "Select x from map"; //create the data set command object and the DataSet OleDbDataAdapter DataAdapter = new OleDbDataAdapter(commandString, connectionString); DataSet ds = new DataSet(); // fill …

Member Avatar for Momerath
0
193
Member Avatar for adem87

string location = Environment.CurrentDirectory; string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source =" + location + "\\harita.accdb"; // get records from the Shippers table string commandString = "Select x from map"; //create the data set command object and the DataSet OleDbDataAdapter DataAdapter = new OleDbDataAdapter(commandString, connectionString); DataSet ds = new DataSet(); // fill …

Member Avatar for ddanbe
0
171
Member Avatar for adem87

hello ı want to develop some code in java but ı coudnt find the java programmer on internet please give me url or adres for downloandind java developer

Member Avatar for stultuske
0
252
Member Avatar for adem87

my address variable equal at address =C:\\prpgm\\prpgm\\program.accdb but its change every time and address doesnt work in file.copy what must ı write in parantesis that will be equal to address forc ever time File.Copy("adress",

Member Avatar for NetJunkie
0
143
Member Avatar for adem87

the compiler see this codes (ara.Text="\";) like a new line how can ı equal to this \ char

Member Avatar for Mitja Bonca
0
91
Member Avatar for adem87

ım doing a c# security program this detect the desktop, any human musnt exit from program with use the windows types . what codes ı need

Member Avatar for lolafuertes
0
123
Member Avatar for adem87

dataGridView1.Refresh(); this.stokTableAdapter.Fill(this.programDataSet.stok); ı wrrote it but didnt happen anything

Member Avatar for lolafuertes
0
63
Member Avatar for adem87

in access in datagriew how can it show what happens at that time ı done a program its show but after closing and opening please help to me

Member Avatar for nick.crane
0
106
Member Avatar for adem87

ı want to update datagritview in c# . ı need to this codes.firt ı use edit and ı will edit after the termineting ı click save how can ı write ı use the access database my last codes but can not work urun = comboBox1.Text; boyut = comboBox1.Text; model = …

Member Avatar for adem87
0
107
Member Avatar for adem87

i use the access and find product but if there is many same product name how can ı list these please write for access database in c# my normaly codes are below [code] baglan.Open(); // Sorgu içinde urun isimli bir değişken kullanmışsın ancak değişkene değer atamamışsın. Sorguya null olarak giriyor. …

Member Avatar for adem87
0
210
Member Avatar for adem87
Member Avatar for kvprajapati
0
71
Member Avatar for adem87

this a serarcing button for list on the data table but give an error please find this this work in c# with access [code] DataTable tablo = new DataTable(); tablo.Columns.Add("no"); tablo.Columns.Add("urun"); tablo.Columns.Add("model"); tablo.Columns.Add("adet"); tablo.Columns.Add("boyut"); tablo.Columns.Add("aciklama"); try { DataRow satir; satir = tablo.NewRow(); while (oku.Read()) { // here satir[0] = oku[0]; …

Member Avatar for cudahead
0
138
Member Avatar for adem87

ı created a project in c # and it loaded to data in access but searching button doesnt work every time find the last loaded please find the problem [code] baglan.Open(); veri = new OleDbCommand("select urun,model,adet,boyut,aciklama from ogrenci where 'urun='" + urun + ";", baglan); oku = veri.ExecuteReader(); while (oku.Read()) …

Member Avatar for adem87
0
111

The End.