2022.2

Table Of Contents
l
Encoding:Usethedrop-downtoselecttheencodingwithwhichtoreadthedatainthe
table.
l
Sort on:Selectafieldonwhichtosortthedata,inascending(A-Z)ordescending
(Z-A)order.Notethatsortingisalwaystextual.Eveniftheselectedcolumnhasnum-
bers,itwillbesortedasatext.
3. ClickFinishtoopenthedatabase
JDBC
1. Entertheappropriateinformationtoconnecttothedatabase:
l
JDBC Driver:Usethedrop-downtoselectwhichJDBCDrivertouseforthedatabasecon-
nection.
l
JAR file path:EnterapathtotheJARfilethatcontainstheappropriatedriverforthedata-
basebelow.
l
Server:Entertheserveraddressforthedatabaseserver.
l
Port:Entertheporttocommunicatewiththeserver.
l
Database name:Entertheexactnameofthedatabasefromwherethedatashouldbe
extracted.
l
User name:Enterausernamethathasaccesstotheserverandspecifieddatabase.The
useronlyrequiresReadaccesstothedatabase.
l
Password:Enterthepasswordthatmatchestheusernameabove.
l
Advanced mode:checktoenabletheConnectionStringtomanuallyenterthedatabase
connectionstring.
l
Connection string:Typeorcopyinyourconnectionstring.
2. ClickNextandentertheinformationforthesourcetable.
l
Connection string:Displaysthefullpathtothedatabase.
Note: Bydefault,theconnectionisattemptedwithencryptionenabled.Toinstruct
thedrivertonotuseencryption,addthe";encrypt=false"parametertothecon-
nectionstring.
l
Table:Usethedrop-downtoselecttheappropriatetableorstoredquerytoretrievethe
appropriatedataset.
l
Encoding:Usethedrop-downtoselecttheencodingwithwhichtoreadthedatainthe
table.
Page 305