I'm trying to use CFRONT with Delphi against SQL-Server version of Navision.
My problem is that the ConnectServerandOpenDatabase function requires a net type parameter of one of the four following values:
Default
Use the default Net Type.
Named Pipes
Use Named Pipes.
TCP/IP Sockets
Use TCP/IP Sockets.
Multiprotocol
Use Multiprotocol.
Unfortunately, a call to this function rejects the use of the last three options because they exceed 10 characters. A call to "Default" prompts the system to look for a nc_Default.dll, which does not exist.
Any ideas?
Waynewil
0
Comments
Waynewil