Thread
:
<a href problem... help pls
View Single Post
10-09-2005, 01:51 PM
PM User
|
#
2
Cipher
Regular Coder
Join Date: Dec 2004
Posts: 123
Thanks: 0
Thanked 0 Times in 0 Posts
if the ID Column DataType is Integer, do not use single quote '', make it like this:
sql = "Select * FROM urunler WHERE urunID= " & id & " "
Cipher
View Public Profile
Find More Posts by Cipher