• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:9    start  Previous  Next  Last    goto:
    Adodb Connection in easy steps
    ON: 2008-09-13 18:03:57
    From the basics, the tutorial brings you to a complete manipulation of the database and takes you one level ahead. This will incite you to think better and be more creative.
    106 times | category:
    Retrieve and write data to excel with vb6
    ON: 2008-09-13 18:03:13
    Retrieve data and write data to Microsoft excel using visual basic.
    47 times | category:
    Databases
    ON: 2007-09-05 13:40:47
    In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and when simpler methods of data storage can be substituted for the VB database methods.
    90 times | category:
    Database Controls
    ON: 2007-09-05 13:36:24
    Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to the database programmer. VB falls short, however, in helping beginners create databases from scratch.
    77 times | category:
    SQL in VB
    ON: 2007-09-05 13:32:19
    To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions to take against the data in a recordset) you can greatly simplify the code you have to write in an application that utilizes databases.
    74 times | category:
    Creating database applications in VB-Part I
    ON: 2007-09-05 13:31:10
    Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc
    82 times | category:
    Creating database applications in VB-Part II
    ON: 2007-09-05 13:30:30
    In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.
    50 times | category:
    Creating VB database applications using ADO control
    ON: 2007-09-05 13:25:28
    Data control is not a very flexible tool as it could work only with limited kinds of data and must work strictly in the Visual Basic environment. To overcome these limitations, we can use a much more powerful data control in VB known as ADO control.
    83 times | category:
    Creating an Advanced VB database application
    ON: 2007-09-05 13:20:55
    Creating an Advanced VB database application using ADO control
    81 times | category:
    this:1/1 25records  total:9    start  Previous  Next  Last    goto:

    Category

      .NET (11)
      Buttons (3)
      Database Related (9)
      Date and Time (4)
      Development (4)
      Error Handling (3)
      File Manipulation (6)
      Introduction to Visual Basic (26)
      Miscellaneous (4)
      Multimedia (10)
      Networking (10)
      Security (1)
      VB Script (6)