Problem Solver

Veerendra Bejagam

Areas Veerendra Bejagam is Knowledgeable in:

Visual Basic 6.0 Standalone applications

Veerendra Bejagam's Problem Solving Skills:

  1. Visual Basic 6.0
  2. java
  3. c++
  4. c
  5. Oracle 8i

Veerendra Bejagam's Problem Solving Experience:

  1. Some database applications frequently happend variable not set
    The solution of this problem is follow two line code:

    Ex:-
    Dim rs as Adodb.RecordSet
    Set rs1 = New ADODB.Recordset
  2. In visual basic 6.0 have frequently happend variable automation problem.
    The solution of this problem is write following line in form code of a Visual Basic:

    Option Explicit

    This solution is maximum workout