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 =...
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...
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.