Setting up ODBC to Teradata using v17 of the driver (utilizing Wallets) - odbc

I am trying to set up an ODBC to Connect to Teradata. The driver version is 17, where it is now using Wallets to store the User details and password.
I have read and re-read the [documentation], but I am not getting it right.
Anyone on this platform that can assist me?
Much appreciated

Related

How to connect Odoo 11 with biometric device ( Not ZK device )

I have a task that need to connect Odoo 11 with biometric device to solve the problem about attendance. I searched google a lot but nothing can help me and all of document is about connect with "ZK Teco" device. But if another device, is it posible? And what technology in Odoo 11 that i can do to connect? Any suggest for me? Thanks in advance
All biometric devices should be having a database which stores all the relevant data. First find out how does the biometric device store data. If it is in SQL database, you can use SQL commands to retrieve data. One of my client was using an access file and was not ready to move to a SQL database. So I just read the data from the access file itself. So find out how it stores data first.
Yes it is possible another devices.
But if you use a ZK device there is already a free module available in the odoo app store to install and work the device with odoo.
Click this link to get the app.(Only works for specific version of devices.)

Can I connect to NetSuite data via ODBC without having SuiteAnalytics?

Just starting a job with a company that uses NetSuite. I am new to NetSuite, and my background is in SQL and C# - I'd like the ability to access the data outside of the UI and wondering if there's a way to do that without asking management to purchase SuiteAnalytics. Their NetSuite consultants of course say I don't need that kind of access but I've already heard the consultants say some reports would be too hard to do - which I know I could easily accomplish with ODBC access and a little code. If I could do it at no extra cost I will truly be a hero.
There are at least two ODBC drivers available that connect using the SuiteTalk SOAP Web Services API which removes the requirement to purchase SuiteAnalytics.
CDATA : NetSuite ODBC Driver
DevArt : ODBC Driver for NetSuite
No, you cannot connect via ODBC without the module.

what is a great progress query tool

I am new to Progress. Previously I worked with Oracle, MSSQL and MYSQL. What is a great progress query tool, free or paid? I want to be able to write simple SQL queries.
In oracle i am using Toad,Pl/sql developer tool to connect oracle. Any thing in Progress 4gl?
Thank you
You can use any random SQL query tool that you like if the SQL engine has been exposed by the DBA. You just need login credentials and permissions just as you would for any SQL db.
Since you want to write SQL queries you should be looking for SQL access not 4GL tools. There is a very, very limited SQL subset embedded within the 4GL but that was created in the 80s and is little more than a marketing gimmick. For anything but trivial SQL you want to use the SQL-92 engine. Which means the DBA needs to have started a SQL broker, provided a port # for you and has granted appropriate permissions.

How to connect to bluetooth services like PBAB with Qt?

I am trying to read contacts from my phone to my Linux machine using Qt application. I am only able to pair my phone, but unable to connect / read contacts from it. In fact I'm not sure about the exact api to be used to connect to PBAB profile.
I found samples using dbus to connect to PBAB profile and read contacts. But I would like to know if QBluetooth module support the same if so how to use it.
Hope somebody can help me out in this case.
Thanks in advance :)

The Microsoft Crypto API (CAPI) in powerbuilder

I'm looking for examples information on how to extract certificate information from the windows certificate store and perform operations like verifying signatures using the retrieved certificates.The particular certificate will be provided via a USB token. Any help or pointers would be much appreciated, thanks.
There is a Cryto sample program available on Sybase code-exchange, it may require logging into the Sybase site and you'll need to migrate it to your current version of PB. The download location is:
http://downloads.sybase.com/codexchange/powerbuilder/923/PBCrypto.zip
Also, you can find some code samples of using Crypto API on a Windows machine here:
http://www.rgagnon.com/pbdetails/pb-0170.html

Resources