Options

cfront,ConnectServerAndOpenDatabase

AxemanAxeman Member Posts: 8
Hi,
My web application connects to a NDBCN server via cfront.ocx. I use the following code:
CF.ConnectServerAndOpenDatabase("NDBCN", serverName, "TCP", databasename, dbCache, True, False, UserID, Pword).
Everything works fine on my machine and one other machine. However when I install the application on any other machine it crashes at CF.ConnectServerAndOpenDatabase. I am able to use the CF.ConnectServerAndOpenDatabase method using VB6 and VB.net on these machines but not ASP.net.
Why does it work on vb6 and vb.net but not on asp.net? I use the exact same code for vb.net and asp.net.
Something missing in .net framework maybe?
Cfront.ocx misery
Sign In or Register to comment.