Select Query

B

BBN

Hi All,
I am trying to retrieve records from Resource table in MS Project 2003 by
using OLE DB reference. What is the syntax for selecting a particular record
from any tables. For Eg:
SELECT * FROM Resources WHERE ResourceName ='" & ResName & "'.Its not
working. Please help me.
regards
BBN
 
R

Rod Gill

Hi,

Select * from Resources WHERE ResourceName='Network Specialist' Order by
ResourceName
is a string that works for me in Project 2003.

What is the final string that gets sent?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top