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 Chriss Miller 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: *

  • Users: dmooreora
  • Content: Threads
  • Order by date
  1. dmooreora

    A new "window" into the technology world.

    If you have read Nicholas Carr’s article in the Harvard Business Review or his book called “IT doesn’t Matter” you will get an idea of how important business processes are to technology. I do not use the term “Information Technology” any longer because the idea is that business exists to serve...
  2. dmooreora

    Execute DDL (create, alter) syntax through a linked server connection

    Hello group, I know probably the first response to this message will be "Why would you want to do that?" But trust me, we have a good reason. We are trying to create a distributed database system that will allow us to execute create table... and alter table... commands from a master server to...
  3. dmooreora

    Sending Citrix Connection Session Information to an Oracle Database

    Hello Group, I would like retrieve the information from a Citrix Server in reqards to who is connecting through a Citrix Client (ID number, Computer name, username). Is it possible to retrieve this information from Citrix so that I can pass the information to an Oracle database using...
  4. dmooreora

    Lost Session Variables using IIS 6.0 / IE Explorer

    Hello, I desperately need help on this Microsoft problem. We have a web application that uses session variables that records when a user is logged in to our ASP web page. It contains things such as how long a user is logged in, variable values, etc. Problem is the application maintains its...
  5. dmooreora

    Incorrectly formed hexadecimal value

    In order to move data from a table with CHAR(1978) into a blob field with datatype BYTE, I'm using the load and unload commands. But, when I try to load the data into the table with the BYTE datatype field, I get the error: 32405: Incorrectly formed hexadecimal value. Please Help!
  6. dmooreora

    Sample 4GL to move Char(1978) to BYTE

    Can someone get me a sample of 4GL to move Char(1978) to BYTE. Currently, this is what I am doing. In order to move data from a table with CHAR(1978) into a blob field, I'm using the load command. But, when I try to load the data into the table with the BYTE datatype field, I get the error...
  7. dmooreora

    Converting CHAR(1978) data into ASCII-HEXADECIMAL

    In order to move data from a table with CHAR(1978) into a blob field, I'm using the load command. But, when I try to load the data into the table with the BYTE datatype field, I get the error: 32405: Incorrectly formed hexadecimal value. Please Help!

Part and Inventory Search

Back
Top