%
'==============================================================
' TableEditoR 0.81 Beta
' http://www.2enetworx.com/dev/projects/tableeditor.asp
'--------------------------------------------------------------
' File: te_xml_import.asp
' Description: Import XML data into tables
' Initiated By Rami Kattan on Jun 05, 2002
'--------------------------------------------------------------
' Copyright (c) 2002, 2eNetWorX/dev.
'
' TableEditoR is distributed with General Public License.
' Any derivatives of this software must remain OpenSource and
' must be distributed at no charge.
' (See license.txt for additional information)
'
' See Credits.txt for the list of contributors.
'
' Change Log:
'--------------------------------------------------------------
' # June 5, 2002 by Rami Kattan
' Under Development.
'==============================================================
%>
<%
lConnID = request("cid")
if lConnID=0 and not bAdmin then
response.redirect "te_admin.asp"
end if
%>
| Home » Connections » <% allTablesCombo() %> » Import XML Data | <% if bProtected then response.write session("teFullName") response.write " (logout)" end if %> |