This is a migrated thread and some comments may be shown as answers.

Getting Started with Telerik OpenAccess ORM

1 Answer 39 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose
Top achievements
Rank 1
Jose asked on 29 Mar 2013, 05:06 PM
I'm new with SQL and I'm having problems starting this tutorial. My question is on the OpenAccessQuickStartDB database. On page 6 of the tutorial, we are asked to run a script to create the DB.

Where should I run this script?
Should I run it in SQL Server?
Should I run it in Visual Studio?

I have no idea where to copy/paste it and run it.

I am using Visual Studio 2012, I have installed the free trial for RadControls for WPF.

If you have a step by step procedure to run this script it would be really helpful.

Thank you for your answer,

1 Answer, 1 is accepted

Sort by
0
Boris Georgiev
Telerik team
answered on 02 Apr 2013, 12:16 PM
Hello Jose,

You could run the script both in SQL Server Management Studio and in Visual Studio.

Here are the two procedures and the steps you should perform:
A) In SQL Server Management Studio
1) On the File menu, point to New, and then Database Engine Query.
2) In the Connect to Database Engine dialog box, type either localhost or the name of the local SQL Server instance, and then click Connect. (Optional if you are not logged in the SQL Server)
3) Paste the following Transact-SQL script in the query window and then click Execute.

B) Visual Studio
1) On the SQL menu, point to Transact-SQL Editor, and then New Query...
2) In the Connect to Database Engine dialog box, type either localhost or the name of the local SQL Server instance, and then click Connect. (Optional if you are not logged in the SQL Server)
3) Paste the following Transact-SQL script in the query window and then on the SQL menu, point to Transact-SQL Editor click Execute.

Note that in case you are not using MS SQL Server, those steps are not valid - instead of the described database you should create your own test database and execute the tutorial with it.

I hope that helps. Do not hesitate to get back to us if you have any other questions.

Greetings,
Boris Georgiev
the Telerik team
Free Webinar: OpenAccess Integration in Sitefinity. SIGN UP NOW.
Tags
Data Access Free Edition
Asked by
Jose
Top achievements
Rank 1
Answers by
Boris Georgiev
Telerik team
Share this question
or