Questions tagged [connector]

An API typically used to provide a bridge between a piece of code and some disparate entity. Examples of such entities include database applications and server-side processes.

713 questions
4
votes
2 answers

How to get Python MYSQL connection username and password?

I have installed spyder with anacoda for python 3.7 version for windows. Then if I print("hello"), it works fine. Now I want to connect with MYSQL database so I have installed python drivers to communicate with MYSQL. Using Anaconda Prompt I have…
maulika
  • 125
  • 2
  • 9
4
votes
2 answers

Python Connection to Multiple Servers with Different SQL Dialects?

Question: How can I run SQL queries via Python to retrieve data from multiple servers that may have different SQL dialects (e.g. where one server dialect uses TOP X and another SAMPLE X)? Currently I have some code that allows me to run a query…
dady7749
  • 105
  • 1
  • 9
4
votes
2 answers

Logic App - Difference between Workflow/Runtime Outbound IP-addresses and Connector Outbound IP-addresses

Can someone please explain to me the difference between the new way that Azure differs between the outbound IP-addresses for the logic apps please. I think the documentation is so slimmed down in doing a proper explanation of that issue. Reading it…
John
  • 1,263
  • 19
  • 43
4
votes
4 answers

Failed: can't create session: no servers available: server selection failed: context deadline exceeded

I'm getting an error while trying to use the mongodb for bi connector. I am in the generation stage of the schema of difinição of the file utliznaod the executable mongodrdl. At the moment I'm getting the error below. I've already made sure that the…
Michel Pureza
  • 41
  • 1
  • 2
4
votes
1 answer

DataReader + MySql Connector + Dispose

the problem i have manifests it self only on the latest version of MySQL Connector .Net (6.10 at this date) For ages i have the following working correctly in Both MSSQL and MYSQL: Create DbConnection Create DbCommand using previous…
MaxSantos
  • 146
  • 4
4
votes
1 answer

How to import data from mongodb to apache solr using mongo-connector

I am new to apache solr. I want to import data from mongodb to solr using mongo-connector for my search application. I followed steps from https://github.com/mongodb-labs/mongo-connector/wiki/Getting-Started. I created replicaSet and replicaSet is…
sudhakar
  • 41
  • 4
4
votes
1 answer

Java 1.8.0_60, MariaDB v10.0 and , mariadb-java-client 1.2.2, "No suitable driver found"

I'm trying to find out why I cannot connect to mariadb on my laptop. MariaDB is installed with several databases and I can connect using HeidiSQL without problem. I'm trying to get a Java application connecting to the database, but I…
SPlatten
  • 4,487
  • 7
  • 32
  • 87
4
votes
1 answer

ActiveMQ bridge connector to WebSphereMQ without using XML config

I want to create a broker to broker connection between ActiveMQ and WebSphere MQ in an embedded broker. I know that exists the network connector in activemq to do that (broker-to-broker), but I don't know how to configure it to connect to WebSphere…
4
votes
2 answers

Spark Datastax Java API Select statements

I'm using a tutorial here in this Github to run spark on cassandra using a java maven project: https://github.com/datastax/spark-cassandra-connector. I've figured how to use direct CQL statements, as I have previously asked a question about that…
angyxpoo
  • 193
  • 2
  • 5
  • 16
4
votes
3 answers

Mysql connector - MultipleActiveResultSets issue

First off, I have spent hours looking for a fix - maybe I just need another pair of eyes on this problem. I'm currently coding a c# application for myself(Personal use). Im running the latest MySQL connector library from mysql.com My connection…
Ren
  • 61
  • 1
  • 1
  • 4
4
votes
3 answers

How to register ODBC driver?

I have created a inventory system for my school project and I use SqlLite as standalone DB. I am able to run it as long as I install the SqlLite ODBC connection (separate installer). But what I want is to create an installer and install the SqlLite…
Edang Jeorlie
  • 194
  • 1
  • 3
  • 16
4
votes
2 answers

How to setup a JDI launching connector?

So I'm trying to work myself into JDI. I was already successful hooking my debugger application into my debugee program by first starting the debuggee with VM commands: -agentlib:jdwp=transport=dt_socket,server=y,address=8000 and then launching my…
user3237736
  • 766
  • 6
  • 23
4
votes
2 answers

Mule Cloud Connector not compiling with Mule Devkit 3.4 and JDK7

I built a custom cloud connector with Mule 3.3.0 and JDK7, and everything was working fine. When updating to Mule 3.4.0 I ran into an issue with passing @Processor functions List parameters. @Processor public String myProcessor(String content) { …
4
votes
2 answers

Crashes when running MySQL Connector/C++ from Visual Studio

I'm having a bit of issues with trying to run a compiled program that uses the MySQL connector, in C++. It compiles just fine, but when running it, it'll crash immediately - seemingly so on the line that's meant to connect. I've set up all…
mtaanquist
  • 486
  • 4
  • 16
3
votes
1 answer

How to use connector of mysql

I want to use connector for mysql data base. I am follow this page http://dev.mysql.com/tech-resources/articles/mysql-connector-cpp.html But it seems hard . Is there any other tutorial present. Please let me know.
Newbie123
  • 73
  • 1
  • 5
  • 14
1 2
3
47 48