associates
Registered User.
- Local time
- Today, 11:00
- Joined
- Jan 5, 2006
- Messages
- 94
Hi,
I was wondering if i could get some help here. I got problem while trying to perform sql query. I got an error message saying
"No value given for one or more required parameters".
I think i know what caused this but i just don't know how to get around this.
The query I'm trying to perform requires 3 tables and 2 queries.
Tables: Projects, Plan_Names, Reason
Queries: PSQuery, ProjectQuery
I think this is due to the fact that those two queries are empty for a start. Hence, it needs more value.
My question is how do i in the code, tell it to execute the two queries before attempting the query i want to perform.
Thank you in advance
I was wondering if i could get some help here. I got problem while trying to perform sql query. I got an error message saying
"No value given for one or more required parameters".
I think i know what caused this but i just don't know how to get around this.
The query I'm trying to perform requires 3 tables and 2 queries.
Tables: Projects, Plan_Names, Reason
Queries: PSQuery, ProjectQuery
I think this is due to the fact that those two queries are empty for a start. Hence, it needs more value.
My question is how do i in the code, tell it to execute the two queries before attempting the query i want to perform.
Thank you in advance