Tags
Author: eylem38 - Replies: 3 - Views: 2181
arkadaşlar bu kodlar c dili bunu vb.nete çevirebilecek varmı lütfen çok acil lazım
arkadaşlar bu kodlar c dili bunu vb ye çevirebilecek varmı lütfen çok acil lazım

oledbcommand cmdoku=new oledbcommand ("select * from uyeler where uyeno=" + textboxuyeno.text + "" , form_ana.baglanti) ;

oledbdatareader oku;
form_ana.baglanti.open();
while (oku.read())
{
textboxad.text=convert.tostring(okul["adisoyadi"]);
form_ana.baglanti.close();
textboxuyeno.enabled=false;