I’ve been given a VBcode by my company to work on.
I have an SQL file that I have to run in order to create the tables in my database.
The connection string that I have to open a connection with on my vb.net is the following:
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Test;Data Source=DATOR06"
I need to know what the name of their database is so I can create something similar in my own local PC.
It’s under
Initial Catalog=Testso in your instance the Database name is Test and the DataSource is DATOR06.