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!

Recent content by Chopsaki

  1. Chopsaki

    Fonts in listboxes message box

    I am not sure I understand your question but you may want to check the "Visible" property of your controls. Make sure it is set to "true". foo
  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

    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...
  4. Chopsaki

    SQL Server Application Name

    We tend just to use NT Auth for applications thus is makes it hard to track down what session is for what application as a user can have permissions to many databases. Using the application name variable in the connection string makes this really easy. foo
  5. Chopsaki

    SQL Server Application Name

    Found my answer... you just put in "Application Name='app name' in the connection string foo
  6. 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...
  7. Chopsaki

    C#: Need help with reading connection string from file

    Why don't you just use an app.config file? This is a whole lot easier than file reading. If not I would still recommend you put your stuff in xml and just read it in through DataSet.ReadXml. foo
  8. 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
  9. Chopsaki

    Disable Domain Policy Running on Local machine?

    Errm.. Nope my admin staff are completely incompedant. foo
  10. 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...
  11. Chopsaki

    ALTER TABLE causes ORA-22856

    No, I made this tablespace... it worked before... SEGMENT_SPACE_MANAGEMENT is the only difference. It is set to manual on mine. foo
  12. Chopsaki

    ALTER TABLE causes ORA-22856

    OK, I can do that, I meant to say. foo
  13. Chopsaki

    ALTER TABLE causes ORA-22856

    OK, I do that... but the problem remains in a separate tablespace. The whole thing is hosed... I need help. I cannot alter tables at all under the one tablespace. foo
  14. Chopsaki

    ALTER TABLE causes ORA-22856

    I made the table using a simple create table script (in sqlplus). It shouldn't be based on an object. foo
  15. 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

Part and Inventory Search

Back
Top