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

    Datagrid not refreshing

    I load a datagrid by binding to a datareader. I visible-ize a panel with textboxes and fill with a record's data from a link on the datagrid. I save the edited data from the form and re-bind the grid. The dang data does does not show unless I refresh (re-posting) again. Yet, if I look in the...
  2. DanX

    Datagrid not refreshing

    I load a datagrid by binding to a datareader. I visible-ize a panel with textboxes and fill with a record's data from a link on the datagrid. I save the edited data from the form and re-bind the grid. The dang data does does not show unless I refresh (re-posting) again. Yet, if I look in the...
  3. DanX

    DLL Install to NT4 Server Corrupted lnk files

    I made a dll on my workstation, packaged it, and then installed on our test webserver. After testing one routine succesfully, I went back and made some additions, and re-installed. Since then many of the lnk shortcut files seem to have been corrupted. When I try to start certain programs, a...
  4. DanX

    Home-made DLL Corrupts NT Server

    I installed a simple dll I made with VB6 on our NT test server and since then, the server seems to have changed identities so that the network sees it as my workstation. We have to use my password to log on. Even my MIS people are mystified. The DLL was packaged with the package and deployment...
  5. DanX

    Best Database Design for Keyword Search

    We have an online company directory with 1300 categorized entries. Now we can only search by company name and by drilling through categories. We want to add keyword searching. 1) we are in Access now but contemplating MSSQL. $5000 for the license is no joke however and since this is not a very...
  6. DanX

    Best DB design for keyword search

    We have an online company directory with 1300 categorized entries. Now we can only search by company name and by drilling through categories. We want to add keyword searching. 1) we are in Access now but contemplating MSSQL. $5000 for the license is no joke however and since this is not a very...
  7. DanX

    INSERT fails when specify columns

    I have an ASP page for inserting a new record in a database. The original code functioned fine, but omitted the column list. I plan to add fields to the database, so I would like to add the column list to ensure the data goes to the right place after the table change. Unfortunately after I added...

Part and Inventory Search

Back
Top