LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database Communication

Hi,

I am using a webserver Xamp , and I want to communicate using Database toolkit. I just have the IP address and the port . could any one help me please .

 

Best Regard.

0 Kudos
Message 1 of 2
(1,092 Views)

@Emna20 wrote:

Hi,

I am using a webserver Xamp , and I want to communicate using Database toolkit. I just have the IP address and the port . could any one help me please .


What's an Xamp? Xampp?

 

What have you tried? What works? What doesn't?

 

Configuring MariaDB for Remote Client Access - MariaDB Knowledge Base

 

You'd probably have to use a connection string like this:

DRIVER={MariaDB ODBC 5.1 Driver}; SERVER=LOCALHOST; PORT=3306; DATABASE=DatabaseName; UID=root; PASSWORD=password;OPTION=3;

 

0 Kudos
Message 2 of 2
(1,020 Views)