Install AS/400 client access on your PC and you'll find The AS/400 ADO provider. I make extensive use of AS/400 databases using ADO to great effect.
Regards
Peter Gore
But this replaces all occurrences of the space character and not just the leading and trailing ones. Check out strTrimCharLeft and strTrimCharRight from the JCL libraries. www.delphi-jedi.org
Peter Gore
Use the GetTableNames method of the ADO Connection object. It will populate a stringlist with tables. The second parameter determines if system tables are includedin the list.
ADOConnection1.GetTableNames(ListBox2.Items, False);
Alternatively, use the GetSchema method. This returns a dataset...
Have you tried Coolform? It's quality freeware. You ought to be able to find it at the Delphi Super Page. Email me if you need help.
Regards
peter@gorehome.freeserve.co.uk
I am plagued by corrupted indexes under ForPro 2.5a. Applications generate an unhelpful 'variable not found' error message that happen when indexes become corrupted. Inspection of the offending database show no index tag definitions. To recover we have to delete the associated CDX and manually...
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.