<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL connection via linked table in Access in AutoCAD Electrical Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/10514522#M38437</link>
    <description>&lt;P&gt;ACADE 2021&lt;/P&gt;&lt;P&gt;We utilize the Access linked table to SQL method and the stand alone Access method to link to our catalog data as well...&amp;nbsp; We (our group and customer techs - simultaneously) support many customers with many different catalogs...in locations that may or may not be connected to the SQL Server.&amp;nbsp; ...so, we need a way of switching catalogs, when we switch customers and for every customer the catalog needs to be shared among the development group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Columns of part / customer specific attribute information have been added and are used daily.&amp;nbsp; We have found that this works with the Access file structure, but does not with the SQL file structure...unless ACADE uses the Access (mdb) tables that are linked to SQL.&amp;nbsp; ACADE thinks it is using Access, but the table data is linked to SQL...and attribute information can be managed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have daily jobs that run against the SQL server to generate stand alone Access files, to support remote disconnected work.&amp;nbsp; The tech just grabs a copy before they depart for the disconnected location. ...and we'll sync any changes that are made on the disconnected location.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...the Access link method works, until it doesn't...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and it doesn't seem to be related to the Access table links to SQL.&amp;nbsp; (Connectivity, can be verified by opening mdb with Access locally and externally&amp;nbsp; DAO / ADO / etc... this would indicate that it is not an accessibility issue.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be in the mechanics of how ACADE connects to the default_cat.mdb (or &amp;lt;other&amp;gt;_cat.mdb) file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this connection work, on how to make this connection reliable, obtain better verbosity and additional transparency in the errors that occur... ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally, when the error occurs, selections are disabled, there is no data present and only the Exit / Close / Cancel options are available for navigation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have several customers that would benefit to a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 16:18:14 GMT</pubDate>
    <dc:creator>dhouck</dc:creator>
    <dc:date>2021-08-02T16:18:14Z</dc:date>
    <item>
      <title>SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6252671#M38425</link>
      <description>&lt;P&gt;We are upgrading from ACADE 2012 to 2016.&amp;nbsp; The migration utility is great, but we wanted to take it one step further with this implementation and connect the ACADE catalog directly to our part master information in SQL (which is inderectly linked to our ERP system).&amp;nbsp; The best way I could think of to do this was to create a view in SQL and then create a linked table to that view.&amp;nbsp; The original MISC_CAT table is then renamed, and the newly created linked table renamed to MISC_CAT.&amp;nbsp; After some trial and error with the linked table creation, it worked.&amp;nbsp; The problem is, now it doesn't and I have no idea why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the catalog browser interface, causes ACADE to crash when I enter a search term and click the magnifying glass button.&amp;nbsp; I get a dialog with the message: "FATAL ERROR: Unhandled e0434352h Exception at fd74965dh".&amp;nbsp; I have reported the bug a couple times, but have not had a response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the edit component dialog (as opposed to the catalog browser) and the lookup function to query the catalog, I get a different result.&amp;nbsp; After entering a search term and searching, edit component dialog just closes on its own.&amp;nbsp; However, the following message and stack trace are recorded in the command line:&lt;/P&gt;&lt;P&gt;Extracting item numbers in use . . .System.ArgumentException: An item with the same key has already been added.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.Database.AccessDbCatalogStore.getManufacturers(String catName, Dictionary`2&amp;amp; manufacturers)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.Database.CataLogSearch.getManufacturers()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.Database.CataLogSearch.buildQueryLocal(String&amp;amp; queryStr, List`1 partials, List`1 phrases, List`1 orOperands, String blockName, Int32[] indexes)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.Database.CataLogSearch.executeSearch(String searchStr, String blockName, Boolean excludeSubassemblies, ExceptionHandler exceptionHandler, Int32[] indexes)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.SharedControl.CatalogGridViewModel.DoSearch(Boolean isFirstTimeLookup, ExceptionHandler exceptionHandler)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.SharedControl.CatalogGrid.DoSearch(Object sender, ExecutedRoutedEventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.ButtonBase.OnClick()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Button.OnClick()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.InputManager.ProcessStagingArea()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.ShowHelper(Object booleanBox)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Window.ShowDialog()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.ApplicationServices.Core.Application.ShowModalWindow(IntPtr owner, Window formToShow, Boolean persistSizeAndPosition)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.AceCatalogBrowser.WindowedHost.ShowDialog()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.Electrical.AceCatalogBrowser.LookupDlg.CatLkup(ResultBuffer args)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.InvokeLisp(); error: ADS request error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clearly the problem is with the linked table, as I can rename the original MISC_CAT table (not linked to SQL) and it works just fine.&amp;nbsp; I have no clue when this stoppped working (sometime over the last 2 weeks).&amp;nbsp; I have tried using all available drivers to create the table: the generic SQL Server, SQL Server Native Client 10.0, and SQL Server Native Client 11.0.&amp;nbsp; I've also tried linking the table with and without primary keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeremiah&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:43:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6252671#M38425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-05T16:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6256014#M38426</link>
      <description>&lt;P&gt;As it turns out my theory of using linked tables in Access to point to our SQL database is moot.&amp;nbsp; Apparently the good folks at Autodesk have finally added support for SQL as a catalog connection.&amp;nbsp; So I guess I'll be upgrading to 2017 instead... problem solved (kind of).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 21:35:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6256014#M38426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6256542#M38427</link>
      <description>Yes, 2017 supports SQL for both the catalog database and the footprint lookup database.</description>
      <pubDate>Thu, 07 Apr 2016 03:37:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6256542#M38427</guid>
      <dc:creator>dougmcalexander</dc:creator>
      <dc:date>2016-04-07T03:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265098#M38428</link>
      <description>&lt;P&gt;&lt;SPAN&gt;What are the benefits received by the user, using the SQL server?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 06:33:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265098#M38428</guid>
      <dc:creator>galashkina</dc:creator>
      <dc:date>2016-04-12T06:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265897#M38429</link>
      <description>&lt;P&gt;For one, there have been rumblings of Microsoft discontinuing Access for years.&amp;nbsp; It could be easily replaced with a local installation of SQL Server Express Edition.&amp;nbsp; Comparing&amp;nbsp;Access to SQL (even the express edition)&amp;nbsp;isn't even fair,&amp;nbsp;the flexibility and control of SQL Server far outweigh that of Access so much so that I wouldn't even know where to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The biggest advantage though is that for most of us, we work at companies that already have a database in place for purchasing/manufacturing of parts.&amp;nbsp; That database, though it clearly does not&amp;nbsp;have ACADE specific information (Footprint Lookup,&amp;nbsp;Symbol Info, etc),&amp;nbsp;it&amp;nbsp;does very likely have general information: an internal part number, manufacturer, manufacturer number,&amp;nbsp;part&amp;nbsp;description.&amp;nbsp; It's also likely that&amp;nbsp;ERP database is in SQL.&amp;nbsp; Prior to the 2017 release, this would mean that the only way to make that information usable and consistent&amp;nbsp;in ACADE, was to copy that information out of SQL and into Access.&amp;nbsp; Of course, now the problem becomes maintaining two separate parts databases that have an overlap of information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not tested it yet, but it seems that the 2017 release has fixed this issue by allowing some sort of migration to a SQL database (or, I assume local server if need be).&amp;nbsp; Now, you still end up with two data bases with overlapping information, but maintaining all of that information and ensuring that it stays accurate is a much easier job with two SQL databases (especially if they are located on the same server) than using Access.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:03:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265897#M38429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T14:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265906#M38430</link>
      <description>&lt;P&gt;Sorry, kind of went on and on there and didn't even answer your question.&amp;nbsp; There are no benifits to the user.&amp;nbsp; As a matter of fact, if you do it right, the user will never even know that something has changed.&amp;nbsp; The benifits are all behind the scenes.&amp;nbsp; Your CAD Administrator, DB Administrator, IT department, whoever you have that is managing catalog data.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:05:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6265906#M38430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6266104#M38431</link>
      <description>Thank you so much!&lt;BR /&gt;If possible, I would like to understand what "The benifits are all behind the scenes."</description>
      <pubDate>Tue, 12 Apr 2016 15:19:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6266104#M38431</guid>
      <dc:creator>galashkina</dc:creator>
      <dc:date>2016-04-12T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6266351#M38432</link>
      <description>&lt;P&gt;Take a look at the answer to this &lt;A href="http://stackoverflow.com/questions/5704654/sql-server-express-vs-ms-access" target="_blank"&gt;post&lt;/A&gt; from StackOverflow regarding Access vs SQL Server (*Note: this is a comparison to SQL Server Express Edition, which is a limited version of the full SQL Server, but it is free).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for what it means to ACADE, it totally depends on your application and what you are trying to do.&amp;nbsp; If your installment of ACADE uses the standard libraries and catalog data, SQL does nothing for you Access doesn't already do.&amp;nbsp; Basically, your ACADE installation is running on an island without any interface or intent to interface with any type of ERP (Enterprise Recource Planning) system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That might be the case for smaller businesses or integrators that use ACADE.&amp;nbsp; Most larger companies (especially OEMs) have other departments outside of engineering (manufacturing, production planning, purchasing) that also make use of catalog data to do their various functions.&amp;nbsp; If that's the case, the company has generally invested in some type of ERP (Enterprise Resource Planning) system to aid in those functions.&amp;nbsp; ERP systems are really just large databases of information with elaborate front-ends to enable users to do whatever function they need to do, but a lot of them use SQL servers to manage the database back end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of this is really based on one very simple principle: having the same information exist from two different sources creates problems.&amp;nbsp; But having two different sources for infomation is sometimes inevidable, so we do things to try to make sure that the information stays consitent from source to source.&amp;nbsp; For instance, my current application calls for a separate routine that runs on one of our servers that updates information in the ACADE database with information from our ERP system.&amp;nbsp; This is super clunky and requires a text output from the ERP system with changes be stored in a specific location and there are any number of things that can go wrong and hose up the ACADE database.&amp;nbsp; Also, the text output is created bi-weekly, so there are lapses where the information in ACADE is not current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what started this thread in the first place.&amp;nbsp; I was attempting to create the MISC_CAT table as a linked table directly to and SQL table (actually a view of multiple tables) to rid myself of that ugly synch process.&amp;nbsp; As you can see, I met some resistance with ACADE in doing that.&amp;nbsp; But all of it was really just a work around for what I really wanted - support for SQL tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the "behind the scenes" type of operation I was referring to.&amp;nbsp; But SQL support for ACADE goes further than that.&amp;nbsp; As administrators, we are no longer tied to the table schemas that have been predefined for us by ACADE.&amp;nbsp; Those schemas simply become "what ACADE expects to see".&amp;nbsp; I can create those schemas by creating views from all of my existing ERP tables (sure I'll have to add a few).&amp;nbsp; But now the information that ACADE shares in common with my ERP system will come from the same source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that answers your question.&amp;nbsp; Full disclosure: at this point I have not tried anything regarding SQL and ACADE.&amp;nbsp; I can't say for sure what the capabilities are from ACADE and won't know for sure until I've tried.&amp;nbsp; However, the information I've seen from Autodesk regarding ACADE 2017 looks very promising.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:51:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6266351#M38432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T16:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6267601#M38433</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The best&lt;/SPAN&gt; &lt;SPAN&gt;phrase is&lt;/SPAN&gt; "&lt;FONT color="#ff0000"&gt;However, the information I've seen from Autodesk regarding ACADE 2017 looks very promising&lt;/FONT&gt;."&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 07:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6267601#M38433</guid>
      <dc:creator>galashkina</dc:creator>
      <dc:date>2016-04-13T07:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6267638#M38434</link>
      <description>Maybe, using SQL, users have more options for changing the reporting format (Bill of Material, From / To, etс) ?&lt;BR /&gt;For example, users will be able to combine multiple columns into a single column, to combine multiple lines on a single line, to add to the report headers for sections, and more complex sort records.&lt;BR /&gt;SCR will help in this?&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2016 07:37:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6267638#M38434</guid>
      <dc:creator>galashkina</dc:creator>
      <dc:date>2016-04-13T07:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6268437#M38435</link>
      <description>&lt;P&gt;ACADE is what determines what your reports look like, and&amp;nbsp;this is determined&amp;nbsp;regardless of the back end (database).&amp;nbsp; ACADE pulls information from the database to populate the reports, but it's ACADE that determines what will be shown on that report (with some input from the user).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To simplify this whole conversation,&amp;nbsp;the advantages of SQL over Access have nothing to do with ACADE and everything to do with managing data.&amp;nbsp; If you have no interest in managing your catalog data outside of ACADE, SQL has very few advantages to offer you.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 14:34:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6268437#M38435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-13T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6268703#M38436</link>
      <description>&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;"To simplify this whole conversation,&amp;nbsp;the advantages of SQL over Access have nothing to do with ACADE and everything to do with managing data.&amp;nbsp; If you have no interest in managing your catalog data outside of ACADE, SQL has very few advantages to offer you."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 15:51:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/6268703#M38436</guid>
      <dc:creator>galashkina</dc:creator>
      <dc:date>2016-04-13T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL connection via linked table in Access</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/10514522#M38437</link>
      <description>&lt;P&gt;ACADE 2021&lt;/P&gt;&lt;P&gt;We utilize the Access linked table to SQL method and the stand alone Access method to link to our catalog data as well...&amp;nbsp; We (our group and customer techs - simultaneously) support many customers with many different catalogs...in locations that may or may not be connected to the SQL Server.&amp;nbsp; ...so, we need a way of switching catalogs, when we switch customers and for every customer the catalog needs to be shared among the development group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Columns of part / customer specific attribute information have been added and are used daily.&amp;nbsp; We have found that this works with the Access file structure, but does not with the SQL file structure...unless ACADE uses the Access (mdb) tables that are linked to SQL.&amp;nbsp; ACADE thinks it is using Access, but the table data is linked to SQL...and attribute information can be managed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have daily jobs that run against the SQL server to generate stand alone Access files, to support remote disconnected work.&amp;nbsp; The tech just grabs a copy before they depart for the disconnected location. ...and we'll sync any changes that are made on the disconnected location.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...the Access link method works, until it doesn't...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and it doesn't seem to be related to the Access table links to SQL.&amp;nbsp; (Connectivity, can be verified by opening mdb with Access locally and externally&amp;nbsp; DAO / ADO / etc... this would indicate that it is not an accessibility issue.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be in the mechanics of how ACADE connects to the default_cat.mdb (or &amp;lt;other&amp;gt;_cat.mdb) file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How this connection work, on how to make this connection reliable, obtain better verbosity and additional transparency in the errors that occur... ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally, when the error occurs, selections are disabled, there is no data present and only the Exit / Close / Cancel options are available for navigation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have several customers that would benefit to a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 16:18:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/sql-connection-via-linked-table-in-access/m-p/10514522#M38437</guid>
      <dc:creator>dhouck</dc:creator>
      <dc:date>2021-08-02T16:18:14Z</dc:date>
    </item>
  </channel>
</rss>

