yorks
02-23-2004, 04:57 AM
Hi all
Just working on an ASP website (i am fairly new to ASP) and having a very strange problem. The code below does not work BUT if I replace the first "&UID&" field in the values list with say 9999 it works. Uid is defined as it is inserted in the second position of values list.
In the datbase userid and picid are both integers.
Query4="insert into UserPicture (UserId,PicId,Pic) values("&Uid&","&Uid&",'"&pic&"')"
any help wuld be much appreciated
Robert
Just working on an ASP website (i am fairly new to ASP) and having a very strange problem. The code below does not work BUT if I replace the first "&UID&" field in the values list with say 9999 it works. Uid is defined as it is inserted in the second position of values list.
In the datbase userid and picid are both integers.
Query4="insert into UserPicture (UserId,PicId,Pic) values("&Uid&","&Uid&",'"&pic&"')"
any help wuld be much appreciated
Robert