View Single Post
Old 10-09-2005, 01:51 PM   PM User | #2
Cipher
Regular Coder

 
Cipher's Avatar
 
Join Date: Dec 2004
Posts: 123
Thanks: 0
Thanked 0 Times in 0 Posts
Cipher is an unknown quantity at this point
if the ID Column DataType is Integer, do not use single quote '', make it like this:
sql = "Select * FROM urunler WHERE urunID= " & id & " "
Cipher is offline   Reply With Quote