fmsavey Posted November 21, 2005 Posted November 21, 2005 To make my lengthy calculated SQL statements easier to read I tried using the delcare and set functions (see example below ) so that I would only have to do one concatenation for each variable passed to the SQL statement from FM. Now when I execute this statement I get an error that says there were "No variables defined in the data source". What does this mean and how do I fix it? "Declare @startdate as datetime Set @startdate = '" & table_name::field_name & "'...
Recommended Posts
This topic is 7280 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now