Database

Hello,

How to create a database at runtime and connect to it in UIPath?
I need to check if a database exists. If not create one and create a table inside it.

Thanks in advance!

What type of database do you want to create?

You need a database connection string for most of the standard activities so you may need to do this with a script - do you actually mean a full database or just tables within an existing database?

RD

Hi,

I found out the solution.
I needed to connect to a MSSQL database. I am providing the initial catalog at runtime now in the connection string after creating the database. Thanks for your response