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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,14 @@ This library uses 'timestamps' occuring in both the server and the client databa
8
8
Example Code:
9
9
10
10
```java
11
-
importsync.db.mysql.*; //Import the MySQLDBSync.jar file into your project's lib folder
11
+
importsync.db.mysql.*; //Import the MySQLDBSync.jar file into your project's lib folder first
12
12
13
13
publicclassTest{
14
+
14
15
publicstaticvoidmain(Stringargs[]){
16
+
17
+
DBMap dbMap =newDBMap(); //Creates a new DBMap object. The DBMap objects lets you create a mapping between source and destination MySQL Server database names, table names and attribute names
0 commit comments