Changes for page Driver

Last modified by Danniar Firdausy on 2024/09/18 19:57

From version 6.7
edited by Danniar Firdausy
on 2024/09/11 08:51
Change comment: There is no comment for this version
To version 6.8
edited by Danniar Firdausy
on 2024/09/18 19:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
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.
2 +In this microlearning, we will explore how to connect eMagiz with an external database by selecting and referencing the appropriate driver. You'll learn about key considerations, such as finding the correct JDBC driver and properly configuring it in 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  
... ... @@ -23,9 +23,9 @@
23 23  
24 24  == 4. Key takeaways ==
25 25  
26 -* Each type of external database has its unique driver
27 -* You need a JDBC driver
28 -* You might need assistance in uploading the driver if the package exceeds 1 MB
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.
29 29  
30 30  == 5. Suggested additional readings ==
31 31