How to Connect IBM Netezza from .net Core 2.0 - netezza

How to Connect IBM Netezza database from .net Core 2.0
I am not able to find what driver is required to connect, I am working on VS 2017 and will be deploying it on openshift platform on Linux

Related

ODBC Driver for SQL Server on Azure Web Apps

I am aware that Microsoft has not specified any plan to support Always Encrypted from within Core through SqlConnection, however, it is supported on ODBC Driver 13 for SQL Server (OdbcConnection): Using Always Encrypted of SQL Server from .NET Core 2.1
I am doing two simple queries in my Azrue Web App and I would like to use SQL Server ODBC driver for them. I found answers on SO that it is not supported, but no mention to the SQL Server ODBC specifically.
Is SQL Server ODBC Driver supported on Azure Web Apps? If not, is there any plan to support it or a workaround specific to the SQL Server one to work on Azure Web Apps (say deploying a portable version with the app, for example)?

Can I get USER/PWD for MYSQL from WINDOWS SERVER

I 'v been trying to get user/pwd for a database in a Windows server.
Server is using : Microsoft SQL server management studio - 2017
Microsoft SQL Server Management Studio 14.0.17213.0
Microsoft Analysis Services Client Tools 14.0.1016.232
Microsoft Data Access Components (MDAC) 6.3.9600.17415
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.9600.18861
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.9600
You can't get an existing password since only a hash is stored. If you are an administrator on the box, you can reset the sa password as described here and then add accounts and/or reset passwords as needed.

Migrate to new SQL Server 2017 on linux

I have SQL CLR functions in my SQL Server 2016, if I'd migrate it to SQL Server 2017 on Linux. How to handle those functions? As I know that SQL CLR relies on .NET framework and AFAIK that .NET is not that well cross-platformed.
.Net core is cross-platform. I would assume 2017 would be using libraries from .Net core and not the regular .Net framework. .Net framework is build only for windows whereas .Net core is built for cross-platform. https://learn.microsoft.com/en-us/dotnet/articles/core/getting-started

Is Centos compatible with Microsoft ODBC Driver 11 for SQL Server on Linux?

If it isn't does anyone know of a connector that is worthy of a high volume production environment? I am looking to create a php app that connects to MSSQL Server 2012
TIA

Connect VB 6.0 application to Oracle

Currenly I am using Oracle 9i Lite Client to connect my VB 6.0 application to Oracle database. The Oracle 9i Lite Client is installed on all the user's machine. (around 200)
The VB 6.0 application also needs to talk to SQL Server 2000 database
I am trying to think for replacement of Oracle 9i Lite client so that I can bring down the overall cost by removing Oracle 9i Lite Client from all the user's machine and replacing it with some opensource or cheaper option which allows me to connect to Oracle database without loosing connectivity to SQL Server 2000.
Thanks
Try the Instant Client:
http://www.oracle.com/technology/tech/oci/instantclient/index.html

Resources