... I tried it with the Oracle ODBC driver and the same code seems to work fine. Am I right to understand that any call to SQLParamData that returns...
I posted this question before, but I think I didn't described it clearly. I need to call a stored procedure like this: declare io_ErrCode number(12) := 0; ...
Are you using SQLServer? Did you read the sql_iterator docs about how SQLServer does not return parameter values until you call MoreResults()? Corwin ... From:...
Hi. Method DBConnection::InternalConnect calls Windows' GetDesktopWindow() API function. This requires me to link with the DLL containing this function...
Hi. DTL is currently supplied with VC6 project files only. There were 3 new version of MSVC since VC6. Isn't it time to supply project files for VC7.1 at...
Hi, ronen_yuval. ... I don't think that this is necessary, since Studio 2002/2003/2005 can easily import dsp files from 6.0 and convert them into its native ...
Actually, I think this call is already #ifdefed out for non-windows platforms. The only reason this is there is that we wanted to be able to support ...
Ronen, Though we have been supporting and testing versus VC7, we have kept the project file in VC6 format for backwards compatibility. This way VC6 users can ...
... for SQL ... First, as I said, for supporting whatever it was added to support, you only need to provide the user for a way to supply the HWND, which can be...
Hi! I have a problem with the select_update_iterator, I use Access 2000 with msvc2005. That is the DB-File: www.maxis-house.de/AR_Zaun.mdb that is how I use...
I have a puzzling problem. I have created DSN via Control Panel => Administrative Tools => Data Sources (ODBC). Tested when created and all works fine. When I...
OK. If I have time what I may do is change the connect function so that instead of taking a boolean to activate SQLBrowseConnect it would instead take and HWND...
Maxi, I think you are correct that DTL is using all fields to drive your update clause for select_update_iterator. Since some of the fields in your old record...
I'm not sure. Did you perhaps create the DSN under "user DSN" rather than "system DSN" and the application is unable to access it? Corwin ... From: "aleskx"...
I have a table with a large number of columns and I am using variant_row with DynamicDBView to fill in the data. When I get to the 512th item in my row it...
I have a table with a large number of columns and I am using variant_row with DynamicDBView to fill in the data. When I get to the 512th item in my row it...
Actually, it appears the problem is deeper than this. After I do the following, I cannot even write one element without getting the following error message...
No, I created it as system. Anyway, I found where different entries live (it is 32/64 bit issues after all) in the registry: the one created through control...
Well... it looks like you are using more fields than we had allowed for as you say. What happens if you just change the define for MAX_VARIANT_ROW_FIELDS to a...
Further Info. I know I could use iterators here to loop, but the results are the same. When I get the data for each row, it appears to have the same issue with...
I have encountered an issue where the type() member function does not recognize my unsigned values in My SQL. The following 3 Unsigned Values are coming back...
Does anyone have a reliable recovery strategy (other than restarting) for a 24/7/365 running app? My problem currently is that, for whatever reason, after it...
Does anyone know how to achieve the reliable conection loss detection using DTL? What I mean is to be able to deal with and recover from db unavailability...