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 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

