Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cochise54

    How to retrieve data from service using XML

    I need to retrieve data (i.e., price) from a service by passing a specific security identifier and date. The servide is http://rplus.intdata.com/cgi/nph-rplus and requires an ID/password. Can anyone help with the basic structure?
  2. cochise54

    Using Mdot variables

    Is there a difference between the following?: Store '' to m.variable store '' to lcVariable Is accessing either variable faster than the other? p.s. There is no SCATTER command involved here.
  3. cochise54

    Executing ASCAN( ) on SQL Server

    Denny, Thanks for your quick reply. I guess SQL Server ain't all that if it can't support arrays. Nevertheless, I have successfully used the SQL statement with the NOT IN list on a 3GB sql table. Other than placing values in another table, what about creating a method in a class?
  4. cochise54

    Executing ASCAN( ) on SQL Server

    After successfully establishing a SQL connection, rather than using the following: Select * from sqltable where fieldname NOT IN ('v1',...,'v8') I would prefer something like the following: Select * from sqltable where ASCAN(gArray, fieldname) = 0 any suggestions?

Part and Inventory Search

Back
Top