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

    I am having a strange occurence on

    I am having a strange occurence on one of our servers. I have an ASP page calling a COM+ VB component. When setting the identitiy to a domain account, sometimes I get object creation errors and sometimes it works. If I set it to a domain admin account, it works fine. Obviously I do not want...
  2. topher0303

    Custom Columns with DataGrid using IList?

    I have been able to create a Datagrid and use an ArrayList as the data source. I have also added a DataGridTableStyle to the datagrid that is populated with DataGridColumnStyles. However, I cannot get the table styles to affect the columns in the datagrid. One problem is I don't know what to...
  3. topher0303

    When trying to start a 9i database,

    When trying to start a 9i database, I get the error ORA-01031 Insufficient Privileges. Can anyone point me in the right direction on this one? I am logged in: sys as sysdba I have had no problems until today. It was working fine yesterday. thx Chris.
  4. topher0303

    Wrapping text without spaces?

    How do you get text to wrap that has no spaces? The following html will wrap because it has spaces: <table style=&quot;table-layout: fixed;&quot;> <col style=&quot;width: 50px; vertical-align: top;&quot;> <tr> <td>1, 2, 3, 4, 5, 6, 7, 8 , 9, 10</td> </tr> </table> However, remove the...

Part and Inventory Search

Back
Top