home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
OS2WWW42
/
SYS402.R4
/
ADMIN
/
DBACCESS
/
TABVIEW.INC
< prev
Wrap
Text File
|
1996-05-28
|
703b
|
35 lines
<h3>View Tables</h3>
<!--#script column_names -->
@Column_Name<br>
<!--#endscript -->
<!--#script table_columns -->
<td valign=top><b>@Table_Name</b><hr>
<!--#database
dict = columns(,,@Table_Name)
connect = "@connect"
server = "@server"
datasource = "@datasource"
vendor = "@vendor"
userid = "@userid"
password = "@password"
row = column_names
-->
</td>
<!--#endscript -->
<!--#database
dict = tables(,,,"'TABLE'")
connect = "@connect"
server = "@server"
datasource = "@datasource"
vendor = "@vendor"
userid = "@userid"
password = "@password"
heading = "<table border=1><tr>"
row = table_columns
trailer = "</tr></table>"
-->