Connecting one database on two pages

Hello!

I have database on one Wix page, and I would like to connect the same database on other Wix page so the content is shown on both pages, but only needs to be imported in one database. Is this possible and how?

Thank you in advance!

Do not mix datasets with databases.

When you talk about a dataset → this is just some kind of a connection (wire) to your database. That means, you have all the possibility to create a second dataset on your second page, and connect it with your database aswell.
The same for a 3. or 4. or 5. page.

It’s not about a same —> DATASET <---- it’s about the same → DATABASE <—.
All your data is coming from a DATABASE and not from a DATASET.

Yes, thank you, my mistake. I need to connect to same database.

Normaly all you have to do is …

  1. Generating a DATABASE (already done…checked)
  2. Generating on both of your pages a new DATASET.
  3. Connecting both datasets inside the PROPERTY-PANEL to the same database, on both of your sites.
  4. Activate the onLoad-option inside property-panels.

Thats it.
Everytime you enter one of your pages —> you will recieve data from DATASET, out of your DATABASE.

At least just a repeater is needed to show results → connect the repeaater with your datasets aswell.

Thank you!

I understand you explanation, but I don´t know how to do step 3: Connecting both datasets inside the PROPERTY-PANEL to the same database, on both of your sites.

Maybe I did not explain correctly. Two pages are two different websites, two different domains. I have “News” database and connected dataset for that database and repeater that shows content. I want to add repeater on other website (other domain) that shows same news from original database.