• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to call a session variable into sql?

Guest
Sep 22, 2010 Sep 22, 2010

Copy link to clipboard

Copied

for example, I have a coldfusion session variable - session.testvar

I am writing a Stored procedure in sql server 2000. The query within my stored procedure needs to insert a value into a table. The value needs to be my CF session variable. I have no idea how this is done, does anyone else have a hunch?

I am using coldfusion 8 and sql server 2000.

TOPICS
Advanced techniques

Views

445

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Sep 22, 2010 Sep 22, 2010

Pass it to the SP as a variable

- there are examples in the cf docs

Votes

Translate

Translate
Enthusiast ,
Sep 22, 2010 Sep 22, 2010

Copy link to clipboard

Copied

Pass it to the SP as a variable

- there are examples in the cf docs

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 22, 2010 Sep 22, 2010

Copy link to clipboard

Copied

LATEST

Thanks, found what Ineeded there!


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation