Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Juana Fisher   on Mar 30 In Asp.net Category.

  
Question Answered By: Ana Silva   on Mar 30

There is other stuff wrong but I notice this right off
the bat:
sql  = "SELECT DocumentText FROM Document WHERE
> DocumentTitle
> ='Test2'"

Should be:
WHERE DocumentTitle=" & "'" & "Test2" & "'"

Also, not sure if Classic ADO works and you need to
play with what your storing the results in and how to
use it.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Web Matrix & MS Access Or get search suggestion and latest updates.


Tagged: