Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by itmastermd

  1. itmastermd

    write arraylist contents to database

    Here you go. As I stated, all other info populates fine except for the data from the ArrayList. DataRow DR = null; try { Table = SqlQuery.QueryTable(DSN, string.Format("SELECT * FROM [TextFeed] WHERE VisitID='{0}' AND DocType='{1}'", PI.VisitID,PI.DocType)); Table.TableName =...
  2. itmastermd

    write arraylist contents to database

    We are trying to debug a custom program and unfortunately the programmer is no longer with company. What the program is doing is parsing a text file and adding certain lines to an Arraylist. This ArrayList is one of 7 database fields which are populated from data parsed from these files. We show...

Part and Inventory Search

Back
Top