Changes for page Driver
Last modified by Danniar Firdausy on 2024/09/18 19:57
From version 6.8
edited by Danniar Firdausy
on 2024/09/18 19:57
on 2024/09/18 19:57
Change comment:
There is no comment for this version
To version 5.1
edited by Erik Bakker
on 2022/08/30 14:56
on 2022/08/30 14:56
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.ebakker - Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In this microlearning, we will e xplorehowto connect eMagiz with an external databaseby selectingand referencingtheappropriatedriver. You'll learnaboutkeyconsiderations,suchasfinding thecorrect JDBCdriver andproperly configuringitinyour flow.2 +In this microlearning, we will delve a bit deeper into connecting eMagiz with an external database. We will take a look at how to get the driver and reference it from your flow. 3 3 4 4 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 ... ... @@ -21,19 +21,22 @@ 21 21 22 22 You can google for suitable drivers. However, some of them have already been used in other projects and will therefore be made available via the new store soon. Once you have found a suitable driver, the next step is to import the relevant resource into your project (in a similar manner as you would typically do). From there on, you only have to fill in the correct reference in the driver field. The best practice would be to use a property reference to fill in the proper reference when deploying. The correct reference should look as follows com.microsoft.sqlserver.jdbc.SQLServerDriver. Check out the help text on the component to see other driver references for different types of databases. 23 23 24 -== 4. Keytakeaways==24 +== 4. Assignment == 25 25 26 -* Each type and version of an external database requires its specific JDBC driver. 27 -* You might need assistance in uploading the driver if the package exceeds 1 MB. 28 -* Always reference the driver correctly in your flow, using a property reference when deploying for best practice. 26 +See if you can find any database implementation within the projects you can access. This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment. 29 29 30 -== 5. Suggestedadditional readings ==28 +== 5. Key takeaways == 31 31 32 -If you are interested in this topic and want more information on it, please read the help text provided by eMagiz and see the following links: 30 +* Each type of external database has its unique driver 31 +* You need a JDBC driver 32 +* You might need assistance in uploading the driver if the package exceeds 1 MB 33 33 34 -* [[eMagiz Store (Menu)>>doc:Main.eMagiz Store.Accelerators.WebHome||target="blank"]] 35 -** [[Accelerators (Navigation)>>doc:Main.eMagiz Store.Accelerators.WebHome||target="blank"]] 36 -*** [[Database Connectivity (Explanation)>>doc:Main.eMagiz Store.Accelerators.Database Connectivity.WebHome||target="blank"]] 37 -* [[Driver (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22driver%22||target="blank"]] 34 +== 6. Suggested additional readings == 38 38 36 +If you are interested in this topic and want more information, please read the help text provided by eMagiz. 37 + 38 +== 7. Silent demonstration video == 39 + 40 +As this is more of theoretical microlearning, there is no video accompanying the microlearning. 41 + 39 39 )))((({{toc/}}))){{/container}}{{/container}}