CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rburks24

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    6,571

    TransBase Database conection to .Net

    I am looking for any information that anyone may have regarding connecting a .Net app, preferably VB, to a Transbase db. I have the ODBC driver for it but having difficulty making the connection...
  2. Replies
    8
    Views
    1,711

    You have to bookend the like parameters with a %....

    You have to bookend the like parameters with a %. See below.

    da.SelectCommand = New OleDbCommand("Select * from Customers Where Name= Like '%" & Me.txtSearch.Text & "*" & "%'", ocon)
  3. Replies
    0
    Views
    1,213

    MDI form main menu shared w/child forms

    I have a MDI application that will have several child forms associated with it. I want to use the MDI's main menu for these forms. For exapmle, when the user selects File-Open, I want to pass the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured