User connects via ODBC. Connection Properties are ODBC- Progress OpenEdge 10.2B driver.
It appears the connection is fine and user can see data and navigate around Object Explorer.
User can bring in other tables from Access fine.
After dropping table from ODBC into Query Builder, an abort message is generated and Toad Data Point closes.
User has never got Toad Data Pointwork.
This exception is in the ExceptionTrace.log.
System.NullReferenceException: Object reference not set to an instance of an object.
Stack trace:
Server stack trace:
at Quest.Toad.Odbc.Scheme.QueryList.QueryListTrl.get_GenerateData()
at Quest.Toad.Trl.CachedTrl.get_Data()
at Quest.Toad.Odbc.Scheme.QueryList.QueryListTrl.GetTrls()
at Quest.Toad.Odbc.Trl.OdbcCachedTrl.GetFilteredTrls(FilterInfo info)
at Quest.Toad.Odbc.Trl.OdbcCachedTrl.GetFilteredTrlCount(FilterInfo info)
at Quest.Toad.DatabaseBrowser.ObjectPaletteControl.ReadTrl(ITrl trl, Boolean& displayExpandIndicator)
Exception rethrown at [0]:
at Quest.Toad.Util.Global.RethrowKeepingStackTrace(Exception e)
at Quest.Toad.DatabaseBrowser.ObjectPaletteControl.ReadTrl(ITrl trl, Boolean& displayExpandIndicator)
at Quest.Toad.DatabaseBrowser.ObjectPaletteControl.updateContentTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)