|
-
Oct 14th, 2000, 11:18 PM
#1
Thread Starter
Addicted Member
When I run this sql:
mysql = "select * from cri where stock like '[89*]';"
Data1.RecordSource = mysql
Data1.Refresh
I am getting this error:
Too vew parameters, expected 1 (3061)
What could be wrong in my select statement, and how to learn the equation of putting the correct position of commas, punctuation, semicolon etc so I will not face this kind of problem
Please help
Appreciated in advance
-
Oct 15th, 2000, 12:31 AM
#2
Lively Member
try
mysql = "select * from cri where stock like '89*'"
-
Oct 15th, 2000, 12:56 AM
#3
Thread Starter
Addicted Member
-
Oct 15th, 2000, 05:19 AM
#4
Thread Starter
Addicted Member
What a mestake I was doing, The feild name was not completed, it was stock number not only stock,,,,I reaply the sql with the correct name and it work correct
Thanks for your particiption
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
|