User Profile

Collapse

Profile Sidebar

Collapse
higaonon
higaonon
Last Activity: May 25 '07, 01:36 AM
Joined: Mar 26 '07
Location: Cebu, Philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • higaonon
    started a topic VB 6.0 vs. VB 2005
    in .NET

    VB 6.0 vs. VB 2005

    VB 2005 has the inconvenience that is not present in VB 6. We are upgrading our system from VB 6 to VB 2005, and I have a problem during the debugging process because once the form is loaded, it's there blocking your view where the thing that matters to you is the code. This inconvenience is not n VB 6 where in VB 6 you have a choice of view the form or not....
    See more | Go to post

  • higaonon
    started a topic database connection problem
    in .NET

    database connection problem

    I am trying to connect to a database, but the Con.ConnectionS tring is empty....Does anyone know where to assign a value of Con.ConnectionS tring?
    Here's my code below....
    '============== =============== =============== ==========
    Public Class ClassTool
    Dim DB As New ClassHelper

    Public Sub New(ByVal Factory As Integer, ByVal sConn As String)
    DB.ConnectionSt ring = sConn
    ...
    See more | Go to post

  • higaonon
    started a topic String$
    in .NET

    String$

    yo, does anybody know the VB .Net equivalent of VB 6.0 function "String$()" ?
    See more | Go to post

  • higaonon
    replied to SQL Connection
    main_connection .Open "Provider=SQLOL EDB.1;User ID=user_id;Pers ist Security Info=False;Pass word=user_passw ord;Intial Catalog=table_n ame;Data Source=server_n ame"

    Set main_catalog= New ADOx.Catalog
    main_catalog.Ac tiveConnection= main_connection

    -----------------------------
    And, check if your SQL SERVER is running.......
    See more | Go to post

    Leave a comment:


  • higaonon
    replied to Execute VB code from a string
    If you are talking about embedding it in a SQL statement, that's quite simple...There' s no problem either if it's a pure Visual Basic code, you can a variable of type string then concatenate it with code...Of course don't forget the syntaxes of VB......
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...