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

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

Recommended Posts

Posted

Here's some basic information:

The ODBC DSN Entry is:

ALPINESQLODBC

Server Information:

Path: //xxx

Database Name: HomeData

SQL Server Version: 2005

Here is the recordset field names for each of the procedures above.

dbo._xxx_getJobHead( jobKey # )

jobKey

custNo

designer

jobDescription

address

city

state

zipCode

I have all the same fields created in a jobHead table in FM8. I'm trying to write a script that will have FM8 run that procedure and populate a record with the SQL result set. Is this not possible in FM8?

Posted

BTW: I figured this out. When you call the procedure you should call it like follows:

[sql Query by Calculation]

"proceedure_name " & jobKey

Or in my case it resulted in a query of:

"dbo._xxx_getJobHead 1234"

Using the (), or ' ', doesn't work when calling it from FileMaker 8.

This topic is 5989 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.