Questions tagged [ondemand]

"On demand" originally denotes "pull" reporting; it suggests that decision-making information can be generated or retrieved at will. More recently it is often used to connote SaaS.

"On demand" originally denotes "pull" reporting; it suggests that decision-making information can be generated or retrieved at will, as opposed to a scheduled "push". (This correlates historically and functionally to the "just in time" model of supply chain management that became popular in the 1990's.) The term has strong marketing appeal and now is used to suggest convenient application deployment or SaaS. This value for branding purposes has created ambiguity in usage.

146 questions
0
votes
1 answer

Is there any way/platform on which SQL binds can be evaluated as-needed, during query execution?

Context: Say I have a large query (pseudo): SELECT %boundthing,data WHERE data in ( ...do lots of long-running stuff ) Let's assume boundthing isn't being used in my query anywhere but when I want to print the output (I know it's a stupid use…
Zac B
  • 3,796
  • 3
  • 35
  • 52
0
votes
1 answer

Compiling on-demand executables

GoToMeeting's gotomeeting.com/join has an interesting behavior - when you visit a meeting URL directly you're required to download a new exe binary file which, when executed, has the meeting ID already integrated and will auto-launch the program…
philwinkle
  • 7,036
  • 3
  • 27
  • 46
0
votes
2 answers

Difference between "Oracle Siebel CRM On Demand" and salesforce.com CRM

Looking for differences between Oracle's Siebel CRM On Demand and salesforce.com CRM Actually looking for points favouring the Siebel OD CRM Tried googling and bing-ing it but found old stale information from around 3-4 yrs back, so any links to…
Vic
  • 336
  • 6
  • 18
0
votes
1 answer

Connecting MS Infopath with Siebel CRM On Demand using Web Services

I have to create a form where I want to send customer id to CRMOD and and should get customer address…customer contacts. I did but when i click on Run Query button it gives me error: The SOAP response indicates that an error occurred on the…
Sankalp
  • 173
  • 2
  • 9
  • 25
0
votes
1 answer

How to use live555 streaming media forwarding

I use Live555 h.264 stream client to query the frame packets from an IP camera, I use ffmpeg to decode the buffer and analysis the frame by OpenCV.(those pipeline are based on testRTSPClient sample, I decode the h.264 frame buffer in…
Kang
  • 1
  • 1
  • 5
0
votes
0 answers

Is necessary a cache for a Facebook like on-demand data load?

I've developed an on-demand data system similar (in appearance) to that Facebook has, it is, when you arrive to the bottom of the page, there is an AJAX request to load more data. The "problem" is that some of the mySQL queries that this on-demand…
Ivan
  • 14,692
  • 17
  • 59
  • 96
0
votes
1 answer

jquery for ajax search request

I am somewhat of a novice when it comes to jQuery and I am trying my best to understand it. Below are two pieces of code I would appreciate your feedback on. What my ultimate aim is for what is typed into the box to be queried, I'll discuss the two…
elixeus
  • 3
  • 1
  • 3
-1
votes
2 answers

Split PDF using offset and length- IBM ONDEMAND (combined PDF)

Need to get the offset and byte length of each page in a PDF.For Example first page offset value will be 0 and length will be the byte length of the page. I have a requirement to pass index file for a PDF to IBM Ondemand tool, it is a PDF…
Magesh
  • 221
  • 2
  • 10
-1
votes
4 answers

how do I round in sql when I want to round to a specific lot size reading from a table

how do I round in sql when I want to round to a specific lot size reading from a table. So If need is 51 but my lot is 50 i want it to come back with 100.
-1
votes
2 answers

How to load image on demand

I have this simple image zoom jQuery. Here is a Demo example. It uses the elevateZoom jQuery. The code behind is very simple: