Programalama > VISUAL BASIC

Project/Components'ten 
Microsoft Internet Transfer Control
Microsoft Ado Data Control
Microsoft Datagrid Control
projenize eklyin

1 adet label ve 1 adet command ekleyin

kodlari oldugu gibi forma yapistirin


Private Sub Command1_Click()
Label1.Caption = "Veritabaninda toplam " & Adodc1.Recordset.RecordCount & " kayit var"
End Sub

Private Sub Form_Load()
Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\www.sezginweb.com\deneme\kayit.mdb"
Adodc1.RecordSource = "tblogrenciler"
Set DataGrid1.DataSource = Adodc1
End Sub



'''''''sunasoft@hotmail.com
'''''''www.sezginweb.com


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.