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 wOOdy-Soft 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: Chopsaki
  • Content: Threads
  • Order by date
  1. Chopsaki

    Oracle DataTypes when using OracleClient for .Net

    I have a serious head-ache surrounding how to get a System.Double back from oracle when using the oracle client. I found that if I specify a number (10) then we get an int32, but I am totally stuck on the System.Double. Everything I get is a System.Decimal, which is totally crap. I am dealing...
  2. Chopsaki

    Oracle DataTypes when using OracleClient for .Net

    I have a serious head-ache surrounding how to get a System.Double back from oracle when using the oracle client. I found that if I specify a number (10) then we get an int32, but I am totally stuck on the System.Double. Everything I get is a System.Decimal, which is totally crap. I am dealing...
  3. Chopsaki

    SQL Server Application Name

    Hi, I have a couple of C# apps that connect to the same SQL Server db (via sqlclient)... does anyone know how to change the name of the "application" that appears in the process info box of sql server. I need to be able to differentiate between the two apps and currenly they both say ".Net...
  4. Chopsaki

    DESCRIBE command for SQL Server

    I am sure this has already been asked but I cannot seem to be able to search these forums. Can anyone tell me what the equiv to desc is in t-sql? foo
  5. Chopsaki

    Disable Domain Policy Running on Local machine?

    Does anyone know how to stop (other than removing the machine from the domain) the domain policy running on a member computer? Our admins a screwing all my settings I use different resources to most of our uses and the policy sets stuff like the proxy and what not automatically , it is killing...
  6. Chopsaki

    ALTER TABLE causes ORA-22856

    OK this is probably something stupid but my DB will not let me alter tables at all. It always retuns the following error - ORA-22856: cannot add columns to object tables Doesn't matter which user I am logged in as either. Any ideas? foo
  7. Chopsaki

    400 Bad request IIS 6

    Jeesh..> I just upgraded my application server to 2003 (release) version. Every page I try and access gives me a 400 error. Any ideas? I have checked the FP extensions and what not but cannot find the problem. I think it has something to do with the IIS Lockdown tool. Thanks in advance. foo
  8. Chopsaki

    Authenticate against a domain?

    I have an app that uses web services. For someone to login to the app they need to be authenticated (duh). Currently I have a db with un/pwds. I want to use our domain to manage the un/pwds. Is there a way I can make a request for authentication against the domain? I mean if I have the username...
  9. Chopsaki

    Retriving buffer from CMD window.

    OK I am automating the installation of an oracle database. I need to execute various sql scripts in sqlplus (command line version). I was hoping to retrieve the buffer from the command window and display it in my application. Is there a way to do it? IF NOT, do you know how to list the running...
  10. Chopsaki

    Unzip classes?

    Are there any in the .Net framework? foo
  11. Chopsaki

    Encrypting string in the web.config

    I have a server that has general access to all developers. We have some sensitive information (payroll) that is in a database. The username & password are stored in the web.config file. I need to be able to encrypt them somehow. This doesn't have to be anything special, just to stop browsing...
  12. Chopsaki

    DropDown loosing selectedindex when hidden.

    Hello. I have a page. It has a hidden panel on it. The panel contains various controls, their selections and values are loaded from a dataset (when hidden). When a user clicks a button the panels visibility is set to visible. Everything shows up fine, including radio groups and listboxes. They...
  13. Chopsaki

    Hashtable Errors.

    Ok there is probably a very straight forward answer to this but I fail to understand how the enumeration of a hashtable works in C#. I have a hashtable (myHash) that I am trying to enumerate and loop through. The key is a string and the value is an int. All I am trying to do it decrease every...
  14. Chopsaki

    IPhlpAPI alternative?

    Is there a '.net' way of getting this information (basically netstat info)?
  15. Chopsaki

    Trace Route?

    Hey, I am trying to figure out how to do a trace route in C#? Do I have to use the native OSs capability or can I code this? Help I am stuck.
  16. Chopsaki

    Disable QueryTable Refresh prompt for good?

    I have made this monolythic spreadsheet that uses a bunch of stuff to get data. One of the methods it uses is querytables. This is pretty annoying though. Everytime the worksheet is opened excel prompts to refresh the querytables, I will never need this done as it is automated and the data...
  17. Chopsaki

    Reassigning a named range...

    Ok, here is my problem. I have a range called "SomeRange" I am pasting records through vba into this range. The records don't fit into the range and I need the expand the range area to cover all the records. So I know I have 101 columns and 79 rows that are pasted. How do I...
  18. Chopsaki

    COM -> RS -> Excel QueryTable - Help!

    OK here is the deal. I have made a COM dll that hands excel (in vba) a disconnected recordset. Then I delete all the query tables in a certain worksheet. The I recreate them and point the RS to the querytable.recordset object. Now here is the weird part. The program works fine when I debug the...

Part and Inventory Search

Back
Top