|
-
Apr 10th, 2003, 03:38 PM
#1
Thread Starter
Addicted Member
Compare design time variable to run time variable
How do I use a Data Adapter configuration wizard to generate a query that will compare the variable in the query to my run time variable?
This is what I have but it doesn't work. The wizard kept giving me errors:
SELECT
Personal.*,
Education.*,
Response.*
FROM
Education,
Personal,
Response
WHERE
Personal.SSN = @intSSN
Response.SSN = @intSSN
Please help if anyone knows.
Thanks!
Chong
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|