[thelist] More VB Scripting/ADO madness.....

Scott Dexter sgd at ti3.com
Fri Apr 7 14:38:45 2000


Anthony ... you need to name your fields in the Select statement, and the
text field has to be named *last* in the list.

its okay, you spent your daily quota on the HTMLDecode function ;)
sgd
--
think safely

> -----Original Message-----
> 
> strQuery = "SELECT * FROM FeedbackForm Where DateSubmitted > 
> (GetDate()-1)"
> 
> I don't get the data from the Text Field in the database. 
> TempVariable comes back
> "null" or blank - everything else comes back fine. Its gotta 
> be that damn text field
> in my SQL Database. What am I forgetting??