I just made a major addition to the data in our database (SQL 7 with an
Access 2000 front end). The users had been working with a set of 66,000 Word
documents, having to open each to view when needed. I converted these docs
to RTF format, and brought the RTF codes into the database itself. Eac...
more >>
Hi,
I am trying to create a database procedure that will produce a list of
results based on a Google like search.
e.g. "Frank Spencer" -car +BBC
I would normally produce a dynamic where clause something like this:-
select title from videos where title like '%Frank Spencer%' and title lik...
more >>