Browse Forum Posts by Tags: Dynamics NAV, ADO

Do you think Microsoft should change the names again?

The change from Navision, Axapta and Great Plains og Dynamics NAV, AX and GP etc. is making less and less people ask for the products. Do you think that Microsoft is killing the Dynamics products?

Should Microsoft change the names back?

  • Yes - change the names back now (57.3%)
  • No - the names are good (42.7%)
  • Total Votes: 171

Latest Dynamics Documentation

  • There has not been recent media activity

Latest Dynamics Downloads

  • There has not been recent media activity

Get our Free Newletter

Don't you have the time to be online here at DUG every day? So how do you follow what is going on in the Dynamics industry and community?
If you subscribe to the DUG Newsletter then you can relax! We will make sure that you don't miss the big news!

Name:
E-mail:



You can also check our
Newsletter Subscription Center
page for our other newsletters.
Showing related tags and posts for the Forums application. See all tags in the site
  • How to retrieve value of an option field vis N/ODBC coonection

    Hi, Do anybody have an idea about retrieving value of an option field while accessing Navision Database using N/ODBC. When we query NAV database via ODBC connection, the option field returns integer values (its true that option field stores integer value in the database). If there is any method to get...
    Posted to Dynamics NAV / Navision - Technical Forum (Forum) by suryaaryal on Sep 17, 2008
    Filed under: NAV 5.0, ADO, Native DB, Dynamics NAV
  • Re: ADO

    Hi, Sorry took so long to get back to you went on a last minute trip. RecordsAffected := 0; // Command Option Values: // adCmdFile : 256 = Evaluate as a previously persisted file // adCmdStoredProc : 4 = Evaluate as a stored procedure // adCmdTable : 2 = Have the provider generate a SQL query and return...
    Posted to Dynamics NAV / Navision - Microsoft SQL Server Forum (Forum) by TonyH on Apr 15, 2007
    Filed under: SQL Server, ADO, Dynamics NAV
  • Re: ADO

    Hi, I have a set of Navision Objects that query the SQL system to get the DBCC Showcontig details into a newly created "Table" in sql server. So the code creates a table in SQL, populates it with the DBCC Showcontig details, uses that to do a DBCC Reindex etc.. then deletes it. If that sounds...
    Posted to Dynamics NAV / Navision - Microsoft SQL Server Forum (Forum) by TonyH on Apr 5, 2007
    Filed under: SQL Server, ADO, Dynamics NAV
  • ADO

    I am writing from Navision to a SQL Database using ADO 2.8. I can do this using ADOConnection.Execute but would like to do this using ADOCommand.Execute. Does anyone know how to instantiate the command object? By the way ADOCommand.ActiveConnection := ADOConn.State; does not work. Also what is the fastest...
    Posted to Dynamics NAV / Navision - Microsoft SQL Server Forum (Forum) by Jwilder on Apr 5, 2007
    Filed under: ADO, SQL Server, ADO, Dynamics NAV
  • Re: ADO

    use variant data type variable to cast type: var_variant := adoConnection; cmd.ActiveConnection := var_variant; cmd.CommandText := 'Select * ....'; cmd.Execute();
    Posted to Dynamics NAV / Navision - Microsoft SQL Server Forum (Forum) by dbxm on Apr 19, 2007
    Filed under: SQL Server, ADO, Dynamics NAV
  • Re: ADO

    What method are you using to get the records back into SQL? ADORecordSet.Addnew, Innsert Into or something else?
    Posted to Dynamics NAV / Navision - Microsoft SQL Server Forum (Forum) by Jwilder on Apr 6, 2007
    Filed under: SQL Server, ADO, Dynamics NAV
Page 1 of 1 (6 items)