Hi all
I have something very strange happening here
I have the following in code:
nConnectionHandle = SQLStringConnect(cConnectionString) Assert .F.
In the debugger Watch window nConnectionHandle shows with value 1 If I check SQLGetProp(1,"ConnectString") it shows expression cannot be evaluated
If do another SQLStringConnect in the command window, nConnectionHandle still shows as 1 but now SQLGetProp(1,"ConnectString") shows the connection string I used.
It _seems_ as if SQLStringConnect is returning 1 even though in fact a connection has not been established Any ideas would be very much appreciated as I have wasted a lot of time on this so far
Many thanks
Paul Newton