Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6940 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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 & "'...

This topic is 6940 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.