Hey guys
I would like to get distinct values from a specified field in the SQL database using Accpac. What I'd like is Accpac to return a recordset with distinct values of a specific field.
Your help will be highly appreciated.
kwagz
I am trying to update a Product with data that is read from SQL database. When i use code below it returns "Application error" error. I am coding this application in C#. Please help.
...
...
ProductList pLookup;
pLookup = ACTAPP.ActFramework.Products.GetProducts(null);
pLookup[index].Name =...
Hey there
I am trying to open a recordset in .net c# for Accpac and not sure what to parse on the first two parameters.
ADODB.Recordset tmpRs = new ADODB.Recordset();
tmpRs.Fields.Append("FIELD",...);
tmpRs.Open(...); //???
tmpRs.AddNew(...)
Please help.
kwagz
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.