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

Search:

Type: Posts; User: Phill81

Search: Search took 0.02 seconds.

  1. Re: Help needed sorting data in datatable from MS SQL

    Hi thanks for the reply and pointing me in the right direction I have solved the problem with the following code:



    Dim LastSection As String

    For Each r As DataRow In...
  2. Help needed sorting data in datatable from MS SQL

    I have a table in Microsoft SQL Called Files, with 2 columns called FileName and Section.

    I want to add the data from this table into a variable as a sorted list to pass into a word document later...
  3. VB.Net Add Measurements taken onsite to a photograph.

    Hi does anyone know how to add measurements taken onsite to a photograph (not the size of the photo).

    There is an application for the IPhone and Android smartphones called My Measures and...
  4. Re: connect to an access database on another computer over the internet

    I was thinking about VPN but wasnt 100% sure if that would work. Is there anyway that the program can connect to another computer by itself in the background. With out the user been able to login to...
  5. Re: connect to an access database on another computer over the internet

    Thanks for the reply, the problem with that is it will work fine while they are in the office. But they also need to connect from their laptops while they are away from the office.

    And two of the...
  6. connect to an access database on another computer over the internet

    Hi we have got an application that was made for us over ten years ago using Visual Basic 6, and we have the source code for the application.

    The application uses an access 97 database on the C:\...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured