You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller (PivotController) for retrieving data from a Oracle database, as well as a quick start sample for the JavaScript platform that displays the retrieved data in a Pivot Table.
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](../MyWebService/)) for retrieving data from a Oracle database, as well as a quick start sample in the JavaScript platform that displays the retrieved data in a Syncfusion Pivot Table.
6
4
7
5
## Project prerequisites
8
6
@@ -11,10 +9,10 @@ Before beginning work on the server and client projects, ensure the following so
11
9
*[git](https://git-scm.com/downloads)
12
10
*[Node.js](https://nodejs.org/en/)
13
11
*[Visual Studio Code](https://code.visualstudio.com/)
14
-
*Compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
12
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
15
13
16
14
## How to run this application?
17
15
18
-
* To run this application, clone the `how-to-bind-Oracle-database-to-pivot-table` repository and then open **PivotController** in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:7029`.
16
+
* To run this application, clone the [how-to-bind-Oracle-database-to-pivot-table](https://github.com/SyncfusionExamples/how-to-bind-Oracle-database-to-pivot-table) repository and then open **MyWebService**project in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:44346/`.
19
17
20
-
* Now open JavaScript sample in Visual Studio Code and Initialize the Pivot Table, map the hosted URL, prepare and add a pivot report, and finally, open the 'index.html' file in your browser to run your project.
18
+
* Now open the JavaScript sample in Visual Studio Code. Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally, open the **index.html** file in your browser to run your project.
A quick start project that shows how to bind Oracle database to the Syncfusion pivot table.
1
+
# How to bind Oracle database to a Pivot Table
2
+
3
+
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](./MyWebService/)) for retrieving data from a Oracle database, as well as a quick start samples in the [TypeScript](./Typescript/) and [JavaScript](./Javascript/) platforms that display the retrieved data in a Syncfusion Pivot Table.
Copy file name to clipboardExpand all lines: Typescript/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# How to bind Oracle database to a Pivot Table
2
2
3
-
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller (PivotController) for retrieving data from a Oracle database, as well as a quick start sample for the TypeScript platform that displays the retrieved data in a Pivot Table.
A quick start project for connecting a Oracle database to a Syncfusion Pivot Table. This repository includes a Web API Controller ([MyWebService](../MyWebService/)) for retrieving data from a Oracle database, as well as a quick start sample in the TypeScript platform that displays the retrieved data in a Syncfusion Pivot Table.
6
4
7
5
## Project prerequisites
8
6
@@ -12,19 +10,19 @@ Before beginning work on the server and client projects, ensure the following so
12
10
*[Node.js](https://nodejs.org/en/)
13
11
*[TypeScript](https://www.typescriptlang.org/)
14
12
*[Visual Studio Code](https://code.visualstudio.com/)
15
-
*Compatible versions of [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
13
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
16
14
17
15
## How to run this application?
18
16
19
-
* To run this application, clone the `how-to-bind-Oracle-database-to-pivot-table` repository and then open **PivotController** in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:7029`.
17
+
* To run this application, clone the [how-to-bind-Oracle-database-to-pivot-table](https://github.com/SyncfusionExamples/how-to-bind-Oracle-database-to-pivot-table) repository and then open **MyWebService**project in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:44346/`.
20
18
21
-
* Now open TypeScript sample in Visual Studio Code and and install the necessary npm packages using the following command.
19
+
* Now open TypeScript sample in Visual Studio Code and install the necessary npm packages using the following command.
22
20
23
21
```sh
24
22
npm install
25
23
```
26
24
27
-
* Initialize the Pivot Table, map the hosted URL, prepare and add a pivot report, and finally run your project using the following command to achieve the desired result.
25
+
* Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally run your project using the following command to achieve the desired result.
0 commit comments