|
Thread: SQL
-
Mar 19th, 2000, 11:37 PM
#1
Thread Starter
Junior Member
Hi Guys,
I need an explanation...
When I run this query:
"select name from tbl where ID = 2"
it gives me an output.
Now, when I do this:
Dim x as integer
x=2
"select name from tbl where ID=x"
I get an error saying "Too few parameters. Required 1"
Any help will be appreciated
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
|