Patrick O Hara
Programmer
Visual FoxPro Select Stmt fails only on Windows Server 2019
now remember there 1000 SQL STMTS IN THE APP. running since 2006 on Windows XP, 7, 10 and several versions of Windows Server.
the post here really don't understand the issue (WINDOWS SEVER 2019 cannot run this code every other O/S can )
these posts say re-write all your code to now handle a new O/S that is non-starter..
now some1 mentioned SMB Server Message block ..
FoxPro cannot be the problem or i just refuse to use 2019
This only the first one I was testing since this was report where sometimes the table was reported not
open
the open table command preceeds this SQL Stmt
TDASOF = date field 03/17/2022.
artype is Character
arstat is Character
this query is 10+ years old and runs successfully on windows 10 and the older WINDOWS 2008 Server.
Select * from A_ARMASTSBT where balance <> 0.00 And ( Empty[ artype] Or artype=[C] ) And arstat <> "V" And INVDTE <= TDASOF into Cursor CRSGOTAR Readwrite
now remember there 1000 SQL STMTS IN THE APP. running since 2006 on Windows XP, 7, 10 and several versions of Windows Server.
the post here really don't understand the issue (WINDOWS SEVER 2019 cannot run this code every other O/S can )
these posts say re-write all your code to now handle a new O/S that is non-starter..
now some1 mentioned SMB Server Message block ..
FoxPro cannot be the problem or i just refuse to use 2019
This only the first one I was testing since this was report where sometimes the table was reported not
open
the open table command preceeds this SQL Stmt
TDASOF = date field 03/17/2022.
artype is Character
arstat is Character
this query is 10+ years old and runs successfully on windows 10 and the older WINDOWS 2008 Server.
Select * from A_ARMASTSBT where balance <> 0.00 And ( Empty[ artype] Or artype=[C] ) And arstat <> "V" And INVDTE <= TDASOF into Cursor CRSGOTAR Readwrite