Search results for query: *

  1. G

    Transaction with DataAdapter Update Method

    Error: " Object reference not set to an instance of an object" This error occur because ad1.UpdateCommand is NOTHING
  2. G

    How can I hide the caret of a combobox

    I know I can hide the caret of a textbox by using the HideCaret API. But when I want to use HideCaret for combobox. It won't work. It does not come out any error message. But the caret is still displayed.
  3. G

    Construct OdbcConnection get unhandle error in Windows 2000

    If i press cancel. the error message is like that Registered JLT debugger is not available. An attempt to launch a JLT debugger with the following command result in an error code of 0x2 (@). Please check computer settings. cordbg.exe !a 0x1d4 Click on Retry to have the process wait while...
  4. G

    Construct OdbcConnection get unhandle error in Windows 2000

    y develop computer is windows XP. My program is just five lines. I am using visual basic .net 2003. I set the start procedure to sub main. It works fine with my computer. But when I run the program in windows 2000 and windows 98 system. It goes up an error Application has generated an...
Back
Top