Hi,
Any experience in connecting to the KISAM via ODBC 64 bit connection?
Search found 9 matches
- Thu May 03, 2012 9:25 am
- Forum: ODBC
- Topic: ODBC experience on 64 bit OS
- Replies: 1
- Views: 4984
- Mon Nov 21, 2011 6:38 am
- Forum: Example KCML Code
- Topic: How to mail from KCML
- Replies: 1
- Views: 2417
Re: How to mail from KCML
This is wonderful. I should try this out.
- Mon Aug 01, 2011 8:25 pm
- Forum: ODBC
- Topic: ODBC - How do you clear ODBC licences in use?
- Replies: 5
- Views: 7736
Re: ODBC - How do you clear ODBC licences in use?
Hi Russell,
Instead of clearing the licenses, I would recommend you downgrade the server part of KIODBC. The previous version works much better and does not clog your semaphores.
Instead of clearing the licenses, I would recommend you downgrade the server part of KIODBC. The previous version works much better and does not clog your semaphores.
- Sun Jul 24, 2011 1:43 pm
- Forum: K-Print
- Topic: Barcode in Print Manager
- Replies: 1
- Views: 4841
Re: Barcode in Print Manager
I found KPrint somewhat "un"flexible. So I switched to Planetpress for doing this. Quite effective and simple to use.
- Sun Jul 24, 2011 1:41 pm
- Forum: ODBC
- Topic: ODBC - How do you clear ODBC licences in use?
- Replies: 5
- Views: 7736
Re: ODBC - How do you clear ODBC licences in use?
1. Check for the semaphores running with the command ipcs -s 2. Note the semaphore with the memory reference id KEY 0x74700000 3. Clear the semaphore with the ID No. with the above reference with the command ipcrm -s <semid> - where <semid> is the semaphore ID displayed However, pease make sure ther...
- Thu Mar 03, 2011 9:56 am
- Forum: K-Print
- Topic: How to get a KPRINT email delivery confirmation?
- Replies: 0
- Views: 3098
How to get a KPRINT email delivery confirmation?
We have been sending customer statements via KPRINT (for a range of customer accounts) and the emails go through fine (as attachment PDF). In some cases, the customer mailboxes might be full and the mail might not be delivered. How do I get a delivery acknowldgement or confirmation so that I am awar...
Re: UPDATING
It is high time this option is available. Would simplify many cross functional ERP integrations.
Re: SMS
Which version of KPrint is that? Have you heard of faxing statements from Kerridge BTW?
- Mon Aug 16, 2010 8:13 pm
- Forum: ODBC
- Topic: Connecting to a ADP Database via SQL2005 SSIS
- Replies: 6
- Views: 6789
Re: Connecting to a ADP Database via SQL2005 SSIS
I tried connecting from MS Access to SQL 2005 and was successful. In MS Access, I linked tables through Kerridge ODBC Client Driver and was able to read the information in .NET applications. However, with MS Access limitations in displaying the number of columns, you will have trouble if you dont ge...