...the table I think im way off. Just need to be pointed in the right direction.
//Concatenate.java
//adds decription fields together
import java.sql.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class Concatenate
{
private...
...XLS sheet. Here is my code This is my first java program so pleas give detail.
//Concatenate.java
//adds decription fields together
import java.sql.*;
import java.util.ArrayList;
import java.util.HashMap;
public class Concatenate
{
private static Connection connection;
private static...
...desc in my array list any ideas on how to get all decs in the array list.
//Concatenate.java
//adds decription fields together
import java.sql.*;
import java.util.ArrayList;
import java.util.HashMap;
public class Concatenate
{
private static Connection connection;
private static Statement...
...got so fare This connects me to the database and lets me call a SQL string
//Concatenate.java
//adds decription fields together
import java.sql.*;
public class Concatenate
{
private static Connection connection;
private static Statement statement;
public static void main(String...
this data was exported out and im cleaning it up i have it in a excell spreed sheet two if you think it might be easer to right code to change that, I dont realy care what order Dec gets put into in the single column just needs to be done.
I have a table that has two main fields one called part# and the other des for decription my table has mutipal part# with dec that that are defrent I need to have one part # and the decription field des need to be combinded. The tables are stored in access I also need to create a concetion to...
im geting error when runing this here is the coad im using for the link above
Function Concatenate(pstrSQL As String, _
Optional pstrDelim As String = ", ") As String
Dim db As DAO.Database
Dim rs As DAO.Recordset
Set db = CurrentDb
Set rs =...
I have a Module in MS Access with this code and I need to know how to call it runing a query
Option Compare Database
Option Explicit
Public Sub RSLoop()
Dim rs As ADODB.Recordset
Dim rs2 As ADODB.Recordset
Dim varPart As String
Dim cntr As Long
Dim varDesc
On Error GoTo ErrorHere...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.