Search results for query: *

  • Users: jhutchings
  • Content: Threads
  • Order by date
  1. J

    Issue with Insert Statement

    I am having an issue with my insert statment... I am not sure exactly what the issue is but I think it might be the values where its a boolean, or perhaps its where the strings are. Any help would be appreciated. cmd = NewOleDbCommand("INSERT INTO ORDERS (OrderID, JobID, CustomerID...
  2. J

    reading through a Excel file.

    I am not sure quite how to begin programming a solution to this problem. I need to take an excel file that has the following headers... ID1, NAME, ID2, PCPNAME there are multiple records that have the same ID2. I need to combine those records so that it would go ID1|ID1, NAME, ID2, PCPNAME...
  3. J

    Parsing .xlsx and writing to .txt

    Imports System Imports System.IO Imports System.Text Imports Microsoft.Office.Core Imports Excel Imports System.Collections Imports System.Data.OleDb Imports ParseTool.GlobalVariables Public Class VJHoldCode Public Shared formatDate As String Public Shared j, c As Integer Public...
  4. J

    Question Trying to find a way to streamline this process

    Imports System.Threading.Thread Imports System.Threading Imports System.Threading.ThreadPool Imports ParseTool.GlobalVariables Module Main Private Delegate Sub IKA() Private Delegate Sub Tentative() Private Delegate Sub PedDental() Private Delegate Sub Pathways() Private...
Back
Top