0% found this document useful (0 votes)
14 views

How to use EXDB in Alpeta (SQL version)

This document provides a step-by-step guide on how to use EXDB in Alpeta with an SQL database. It covers creating a database and table in SQL, setting up ODBC, configuring Alpeta, and verifying the operation. Each section includes detailed instructions and screenshots to assist users in the process.

Uploaded by

sale.lamphong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

How to use EXDB in Alpeta (SQL version)

This document provides a step-by-step guide on how to use EXDB in Alpeta with an SQL database. It covers creating a database and table in SQL, setting up ODBC, configuring Alpeta, and verifying the operation. Each section includes detailed instructions and screenshots to assist users in the process.

Uploaded by

sale.lamphong
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

How to use EXDB in Alpeta

(SQL version)

Contents

1. Create DB in SQL (p.2-p.6)


2. Setting up ODBC (p.7-p.14)
3. Setting up in Alpeta (p.15-p.22)
4. Check the operation (p.23-p.24)

• This guide is for the SQL database.

If you want a guide related to the Oracle database, please refer to the link below.
[ https://drive.google.com/file/d/1pWOpQIkvUovZ-Icjuy6UaNZ42oSYYt7a/view?usp=sharing ]
UNION COMMUNITY
Technical Support team
HOW to use EXDB in Alpeta (SQL version)

1. Create DB in SQL

Please run program SQL Server Management Studio to create a table.


And please log in with "sa" account.

Installation for AC-6000 V1.0 2


HOW to use EXDB in Alpeta (SQL version)

2
1

1. Please create a new database.(With right-click)

2. Please name the database. You can name it whatever you want.
For example, set the database to EXDB.

3. Click [ OK ] button

Installation for AC-6000 V1.0 3


HOW to use EXDB in Alpeta (SQL version)

Please create a new table in the new database.

Installation for AC-6000 V1.0 4


HOW to use EXDB in Alpeta (SQL version)

Please make the column you need for EXDB like picture.
varchar(8)
varchar(6) For the detail, please check the column name and data type on the next page(p.6).

You can name the table whatever you want.


For example, set the name of the table to exdb.

Installation for AC-6000 V1.0 5


HOW to use EXDB in Alpeta (SQL version)

varchar(8)
varchar(6)

Installation for AC-6000 V1.0 6


HOW to use EXDB in Alpeta (SQL version)

2. Setting up ODBC

Run ODBC Data Sourses (64-bit).


The program can be found in the path below.
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools

• Remember! It's NOT available on ODBC Data Sourses(32- bit).


Please use Data Sourses(64 bit).

Installation for AC-6000 V1.0 7


HOW to use EXDB in Alpeta (SQL version)

1. Click on the System DSN using the tab above.


2. And click on the [ Add ] button.

Installation for AC-6000 V1.0 8


HOW to use EXDB in Alpeta (SQL version)

Select SQL Server and click the [ Finish ] button.

Installation for AC-6000 V1.0 9


HOW to use EXDB in Alpeta (SQL version)

1. The data source is unconditionally named "exdb" (lower case).

2. The server enters 127.0.0.1

3. After completing the input, click the [ next ] button.

Installation for AC-6000 V1.0 10


HOW to use EXDB in Alpeta (SQL version)

1. Select “With SQL Server authentication using a login ID and password entered by the user”.

2. Enter "sa" in your login ID. And enter your password.

3. After completing the input, click the [ next ] button.

Installation for AC-6000 V1.0 11


HOW to use EXDB in Alpeta (SQL version)

1. Select the name of the database you created for EXDB.

2. Click the [ next ] button.

3. Click the [ Finish ] button on the next screen.

Installation for AC-6000 V1.0 12


HOW to use EXDB in Alpeta (SQL version)

4 3
1

Test the database source.


If the result appears to be successful, click the [ OK ] button.
And click the [ OK ] button one more time.

Installation for AC-6000 V1.0 13


HOW to use EXDB in Alpeta (SQL version)

After that, you can check the database source you created.
Click the [ OK ] button.

Installation for AC-6000 V1.0 14


HOW to use EXDB in Alpeta (SQL version)

3. Setting up in Alpeta

Please connect to Alpeta.

Select the setting menu


[Entire menu] – [Setting]

Select ExDB on the left tab of the setting menu.


Enter “sa” in the DSN ID and password in the DSN PW.

Installation for AC-6000 V1.0 15


HOW to use EXDB in Alpeta (SQL version)

1. Click the [ Get Table List ] button.

2. After loading, please select the table you made on the table list.

Installation for AC-6000 V1.0 16


HOW to use EXDB in Alpeta (SQL version)

Click the [ Get selected table Info ] button.

You can check the columns you created below.

Installation for AC-6000 V1.0 17


HOW to use EXDB in Alpeta (SQL version)

Please select the column select as the correct column.


If you double click on the space, you can check the list

Please refer to the table on page 6 or page 19 of this guide.


We have written the appropriate column selection to the right of the table.

Installation for AC-6000 V1.0 18


HOW to use EXDB in Alpeta (SQL version)

varchar(8) Please select the column select as the correct column.


varchar(6) If you double click on the space, you can check the list

We have written the appropriate column selection to the right of the table.

Installation for AC-6000 V1.0 19


HOW to use EXDB in Alpeta (SQL version)

After selecting all, press the [ Save ] button.


And press the [ Apply ] button.

You have to press both Save and Apply buttons to apply.

Installation for AC-6000 V1.0 20


HOW to use EXDB in Alpeta (SQL version)

When the application is completed, the same screen as the picture above appears.

Installation for AC-6000 V1.0 21


HOW to use EXDB in Alpeta (SQL version)

If you want to bring back the information on the table, press the [ Get saved Info ] button to check.

Installation for AC-6000 V1.0 22


HOW to use EXDB in Alpeta (SQL version)

4. Check the operation

Try to authenticate.
As shown in the picture above, you can see that the authentication was successful through the monitoring menu.

Installation for AC-6000 V1.0 23


HOW to use EXDB in Alpeta (SQL version)

Check out the table you created through SQL Server Management Studio.

You can see that the data has been added.

Installation for AC-6000 V1.0 24

You might also like