I have installed NAV 4.0, NDS, and ODBC
I have script ASP, where i try select some records from Native database.
In Table "Sales Price" are some records, where field Currency_Code is empty.
Why
SELECT Currency_Code, Item_No_, Unit_Price, Starting_Date, Ending_Date, Sales_Type FROM Sales_Price
- in Microsoft Query return some records.
- in script ASP - no records.
Problem is with field "Currency Code" because
SELECT Item_No_, Unit_Price, Starting_Date, Ending_Date, Sales_Type FROM Sales_Price
in both examples return this same records.
0
Comments
But another nothice.
Maybe this is problem with ASP, because this SELECT work good in Microsoft Query and in PHP script (work on IIS) and don't work good on ASP script (on IIS)
any idea ?
:-k
It never reaches TextBox1.Text = "Open..." -- but if I make some modification to the connection string errors appear.
I downloaded and installed SP1 and the problem disappeared.
Marco Morreale