Hi Mike,
I have also tried that already and it did list system variables and different type of definitions. But don't know how to just list system variables. Anyway, this is not really my concern but just curious. My concern is how to generate a table from the text file.
Thanks.
I execute the statement:
List Memory like a* to file c:\temp\test.
Now, I wamt to import it back to a table. First, is c:\temp\test.txt a delimited file? If yes, what is the delimited character? I'm thinking about creating a table and then append from the file but don't know how many...
Hi Mike,
FYI
Cursorgetprop() does not return the connection handle but the cursor handle. Need to use sqlgetprop(Cursorgetprop("ConnectHandle") ,odbchdbc)
I want to get a list of existing objects (in my case they are non-visual objects) which are created through CreateObject() during runtime. So, I can loop through the list and retrieve the value of all the properties.
Thanks.
I want the remote views in different dbcs to share same connection.
If different dbcs use the same named connection and their remote views are set to Share Connection, does it mean the remote views of those dbcs share the same connection?
Thanks.
Hi Mike,
I have done some testing yesterday. Cursorgetprop("ConnectHandle") will only return a handle but it is different for each cursor. To check for the same handle, I need to use sqlgetprop(Cursorgetprop("ConnectHandle") ,odbchdbc) to find the handle which is same for all cursor shared...
I want to know the difference among the following handles:
1. The handle returned by sqlconnect or sqlconnectstring
2. The handle returned by sqlgetprop( , "ODBChdbc")
3. The handle returned by sqlgetprop( , "ODBChstmt")
4. The handle returned by cursorgetprop("ConnectHandle")
5. The handle...
Hi Everyone,
We had a problem in our Crystal Report 8.5 printing to a Fax. It would crash when printing to a Fax(Microsoft Shared Fax Driver). We are using Windows XP SP2.
To check if it is a Crystal issue, we export the report into a .RPT file. Then we open the .RPT file in Crystal Report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.