terawebwriter
Programmer
VI Newbie here, challenged with connecting to a Teradata table, dbc.databases, and returning the results in a Grid DTC.
My learning application works fine using <b>MY</b> authentication credential when its embedded in the RecordSet DTC properties. Problem is, I need to learn how to set this dynamiclly with a preceding login page.
Removing the Recordset properties for userid/password, and then setting the Application(DataEnvironmentName) string simply results in an Exception Operation in the PM.ASP module when attempting to create the DE connection object or results set.
I'm using a System ODBC driver, but probably can flick it to a DSN-less connection (haven't tested it yet).
Any tips for setting the userid/password on the fly?
My learning application works fine using <b>MY</b> authentication credential when its embedded in the RecordSet DTC properties. Problem is, I need to learn how to set this dynamiclly with a preceding login page.
Removing the Recordset properties for userid/password, and then setting the Application(DataEnvironmentName) string simply results in an Exception Operation in the PM.ASP module when attempting to create the DE connection object or results set.
I'm using a System ODBC driver, but probably can flick it to a DSN-less connection (haven't tested it yet).
Any tips for setting the userid/password on the fly?