Value cannot be null -Parameter atleast one of the connections must be used

Hi when I am inserting this

syntax of my query-"
Can anyone help me how to rectify the error.
TIA

@Cuberoot

Can you please show the properties is the connection details procided properly?

Cheers

@Cuberoot

In the activity is the connection details provided?

This si the connect activity

Cheers

yes.i have mentioned it

Did you put Connection into the property of the SQL query activity?

yes,I did it but seems facing the issue

Show the properties of that activity

Connection is a property of System.Net (System.Net.Connection). You should not use it as a variable name. Create a better variable name like dbConnection

i have created connection variable

You should not use Connection as a variable name. It’s a property of System.Net (System.Net.Connection). Create a variable with a better name like dbConnection

executeNonquery property

@Cuberoot

The output of your connect activity and the input variable you provided in existing are different

Cheers

Could you please please correct it because i did it

@Cuberoot

What you want me to correct?

Cheers

1 Like

What is my mistake?

@Cuberoot

Here you used connection variable

image

here you used dbconnector

Also connection is a reserved word change it to any other name so that it does not conflict

cheers

As oer the pauls info i have changed it but changed to db connection it shows me System. Oracle.Dataclient is not available.So what should I do?

@Cuberoot

Please try with

Microsoft.Data.SqlClient

Cheers

But we are entering the data in oracle sql client.so it will shows the error?

Did you use the wizard to configure the connection?