:yardim: arkadaşlar
ado ile sorgulama yapıyom sorgu ölçütü isim olunca sorun yok ama sayı olunca veri türü uyuşmazlığı diyo. sayı veya değişken koysamda farketmiyo
bu çalışıyo
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where isim = 'ahmet' ")
ama bunlar çalışmıyo
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where no = 15 ")
aranan= 15
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where no = aranan ")
lütfen yardım:yardim:
ado ile sorgulama yapıyom sorgu ölçütü isim olunca sorun yok ama sayı olunca veri türü uyuşmazlığı diyo. sayı veya değişken koysamda farketmiyo
bu çalışıyo
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where isim = 'ahmet' ")
ama bunlar çalışmıyo
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where no = 15 ")
aranan= 15
Set db = OpenDatabase(ThisWorkbook.FullName, 0, 0, "Excel 8.0")
Set rs = db.OpenRecordset("select * from [tablo$] where no = aranan ")
lütfen yardım:yardim: