MySQL Forums
Forum List  »  Turkish

MYSQL ARAMA SORUNU
Posted by: adem karabulutlu
Date: October 04, 2007 04:43AM

Adodc de ;
select * from arizakayit where sigorta_kapsam = 'GİRER'

komutunu yazdığımda çalışıyor ama

Adodc1.RecordSource = "SELECT arizakayit FROM deneme where sigorta_kapsam = 'GİRER'"
Adodc1.Refresh

veya

Adodc1.RecordSource = "SELECT arizakayit FROM deneme where sigorta_kapsam = '" & GİRER & "'"
Adodc1.Refresh

komut sayfasında yazdığımda hata veriyor hata aşağıda ;

[mysql][ODBC 3.51 driver][mysqld-4.0.15-nt]you have an error in your SQL syntax.Check the manual that corresponds to your mysql server version for the right syntax to near 'SELECT*FROM arizakayit WHERE sigorta_kapsam = 'GİRER' at line

ve

run-time error '-2147217900 (80040e14)'
Metod 'Refresh' of abject 'IAdodc' failed

Options: ReplyQuote


Subject
Views
Written By
Posted
MYSQL ARAMA SORUNU
8011
October 04, 2007 04:43AM
3171
October 06, 2007 04:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.