Jul 13, 2001 #1 curvv IS-IT--Management Joined Jan 11, 2001 Messages 103 Location ZA Hi, I have this in a url: http://myserver/req_form.php?desc=17mm(3"")nails the output I get: 17mm(3 How can I get past the "" ?? thanx ######## CtN ########
Hi, I have this in a url: http://myserver/req_form.php?desc=17mm(3"")nails the output I get: 17mm(3 How can I get past the "" ?? thanx ######## CtN ########
Jul 27, 2001 Thread starter #21 curvv IS-IT--Management Joined Jan 11, 2001 Messages 103 Location ZA Hi, Problem solved!! 17mm(3"" in access db through odbc returns: 17mm( In MSSQL 7.0 or mySQL it works fine. in other words: Access SUX!! -- ODBC driver ?? cheers ######## CtN ######## Upvote 0 Downvote
Hi, Problem solved!! 17mm(3"" in access db through odbc returns: 17mm( In MSSQL 7.0 or mySQL it works fine. in other words: Access SUX!! -- ODBC driver ?? cheers ######## CtN ########
Jul 27, 2001 #22 rycamor Programmer Joined Jun 3, 1999 Messages 1,426 Location US That's the Access we have all have come to know and despise... ;-) Upvote 0 Downvote