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 SkipVought 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: *

  1. zyonman

    RADEON 9200 Display Problems

    yes! i've tryed several versions of the drivers, but still having problems, i read somewere, that could be memory conflicts, or voltage in AGP slot...
  2. zyonman

    RADEON 9200 Display Problems

    Thanks in advance... Well, i have one Radeon 9200 256Mb, the problem is when i install the drivers from ATI, moving the mouse, there are some screwed lines on the screen, even when i try to run some game, the vid card is not detected, can someone give me a tip? AMD64 M.Board Chainteck ZNF3-150...
  3. zyonman

    Error Handlers - Best Pratices

    We can also create something like this, to handle known possible execption and not handled exeception? for example: try <The Pseudo code> catch exc as SqlExecption <The Sql Pseudo Exeception> catch exc as OleDbExecption <The OleDb Pseudo Exeception> catch exc as...
  4. zyonman

    Error Handlers - Best Pratices

    Best Regards for all of you! i'm creating e new aplication for my company, and one of the things i usualy seen, is that in code almost every body to this: try <some code here> catch exc as Exception <the error message here> end try in some places i've looked i saw only one messagebox...
  5. zyonman

    Best Database for VB

    I think in this case, probably the best is using a DBF Database. It's a very singular database for stand-alone job's. you only need to do the connection string to that database and you are on... the best non comercial database in market at this time. it's similar to the MS access, but more...
  6. zyonman

    data grid speed

    CCLINT The main problem is were: Set gridsrcAr.DataSource = adodcsrcar when i set the datasource to the grid the binding is very slow... I'm using SQL server 7, win a server with 512Ram, is a PIII 800Mhz? shouldn't have any problem with the server...
  7. zyonman

    data grid speed

    Can someone help me with this? I need to retrive about 60000 records to a data grid and then about more 30000 records to other datagrid. The problem ist that it takes to loong. Can somebody tell me the best way to retrive all this data? Code sample: private sub refresh_records()...

Part and Inventory Search

Back
Top