Using ODBC with KDB+

I am new to KDB+ and trying to create an ODBC connection to the database.  What do I use as the Username/Password and port number?  Or how can I find out what these default credentials are?
Really appreciate the help.

Thanks,

Jason

The port, username and password you’re referring to should be the same as would be used to connect via IPC. There is no “default” for these as such, although if you are running for example, vanilla kdb+ tick then there are default ports for the RDB and HDB. Unless you have configured usernames and passwords, those shouldn’t be required.
Have a look at the following link for more information: https://code.kx.com/q/kb/odbc/

Regards,

Joseph

.