Ahh yep that worked thanks. I used execute because it seemed fast and someone else showed it to me... im not entirely sure about the properties of the variable once ive read it out of the database XD
hi guys, just started a small project and i am working with a database with a column of varchar(64). (i want to store a short string in that column)
when i try to query that column, eg
SQL = "Select Comments from table where username = '"&username&"'"
set results = objConn.Execute(SQL)
now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.