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

create local temp table

Engaged ,
Sep 28, 2013 Sep 28, 2013

Copy link to clipboard

Copied

I need to create a temp local table and look for ColdFusion informaiton, the cffile action write only can write text file, pictures is more to create file.

I would like to know does ColdFusion support to create local temp tables on session start,

If yes, should be able to get client temp directory and access the data using temp directory without using data source from ColdFusion server?

Your help and information is great appreciated,

Regards,

Iccsi,

Views

1.1K

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
Advocate ,
Oct 01, 2013 Oct 01, 2013

Copy link to clipboard

Copied

"session start" is a server side concept. The server cannot access the client's temp directory.

Please explain what you are trying to achieve and perhaps we can suggest some solutions.

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
Engaged ,
Oct 01, 2013 Oct 01, 2013

Copy link to clipboard

Copied

Thanks for the information and help,

I use jQuery combox to let user type selection from drop down box, but the table has more than 10,000 records which has performance issue. I would like to load to client machine to let user access locally to resolve performance issue using jQuery combo box,

Thanks again for helping,

Regards,

Iccsi,

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
Guide ,
Oct 03, 2013 Oct 03, 2013

Copy link to clipboard

Copied

Seems like a AJAX-powered autocomplete control, with a minimum number of characters required to start the AJAX requests, would be a more suitable choice.  Then you would only pull back a smaller set of results to pick from.  Personally, I'd never put more than a few dozen items in a combobox/select control for useability reasons.

-Carl V.

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
Engaged ,
Oct 03, 2013 Oct 03, 2013

Copy link to clipboard

Copied

LATEST

Thanks for the information,

Yes, I agree,

The only thing is the table has so many records, I should consider other user interface to complete this task,

To load more than 10,000 records to a dropdown is just not right user interface,

Regards,

Iccsi,

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