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

How to call a session variable into sql?

Guest
Sep 22, 2010 Sep 22, 2010

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
494
Translate
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

Translate
Enthusiast ,
Sep 22, 2010 Sep 22, 2010

Pass it to the SP as a variable

- there are examples in the cf docs

Translate
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
LATEST

Thanks, found what Ineeded there!


Translate
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