Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
sql export updated
Browse files Browse the repository at this point in the history
sql export updated
  • Loading branch information
GaneshKandu committed May 17, 2016
1 parent 0ce797e commit 2ebe2a5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Binary file modified Images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified JDBMngr.war
Binary file not shown.
Binary file modified WEB-INF/classes/dbmngr/export.class
Binary file not shown.
Binary file modified WEB-INF/lib/JDBMngr.jar
Binary file not shown.
Binary file removed css/Thumbs.db
Binary file not shown.
2 changes: 2 additions & 0 deletions index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<li <%=h.tab(tab,"export")%>><a href="export?db=<%=db%>">Export</a></li>
<li <%=h.tab(tab,"import")%>><a href="index.jsp?db=<%=db%>&tab=import">Import</a></li>
<% } %>
<!--li><a href="#" id="about">About</a></li-->
</ul>
<div id="table">
<div id="ct">
Expand All @@ -172,6 +173,7 @@
my.setrowcount();
out.write(h.getpagination());
out.write(my.getTable(db,table));
out.write(h.getpagination());
}
}
/* get table insert */
Expand Down

0 comments on commit 2ebe2a5

Please sign in to comment.