[Manifold-l] Importing tables from oracle using odbc importer in
script
Albert Tan
aforesttan at gmail.com
Thu Sep 13 04:10:19 CDT 2007
Hi..when i run the script below i get table A, A1, ....A6 instead of
the tables A,B,C,...F.
I realized that the ODBC importer does not support object table for
Man 8. Any help will be much appreciated. Thanks
Sub Main
Set odbc = document.NewImport("ODBC")
odbc.ConvertPolicy = ConvertSome
odbc.ConnectionString = "DSN=XXXXX;UID=XXXX;PWD=XXXXX"
data = Array("A", "B", "C", "D", "E", "F")
For ic = 0 to Ubound(data)
odbc.Import "APP." & data(ic)
Next
End Sub
More information about the Manifold-l
mailing list