I am converting VB Script into COM objects.
The COM objects will be accessing a huge database.
I need to be able to pass records to the COM object to be stored and retrieve information gathered by ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10123455.html
what is VARIANT?
How to convert anything to VARIANT type?
how to bind parameters to SQL stored procedure using ADO?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10135842.html
Is there a convenient way to get the size of the encapsulated data in a VARIANT? I need a general method that works for all the types: VT_BSTR, VT_I4, etc...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10188739.html
Hello everybody..
my new problem: Writing a DLL for Server-Usage, I have to make a function, which return the size of a attached file. This function will be called from ASP-Script, and looks s...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11368357.html
Zones:
C++Date Answered: 09/26/2000 Grade: B Views: 0
I'm using a third part ActiveX control from MECEL.
An event function as descripted bellow has the following parameters :
void CCCanDlg::OnNewFramePpcanctl(const VARIANT FAR& FrameBuffer, long...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11496378.htm...
Zones:
Windows MFCDate Answered: 10/09/2000 Grade: A Views: 0
How do i test if a VARIANT value is valid. (Not MFC)
My program crash if a MS Access field is empty so i need to figure this out.
Regards
Andla.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20145266.html
Zones:
C++Date Answered: 07/04/2001 Grade: A Views: 0
How can i use the Variant data type in C++
i am selecting a range of values from the excel sheet
storing them in a variant data type
want to send this as a parameter to a C++ function
do some ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20153877.html
Zones:
C++Date Answered: 03/09/2002 Grade: A Views: 16
HI all,
Can anybody tell me what is the problem with this code??
_variant_t v1,v2;
v1 = Function1("string1") ;
v2 = Function2("string2");
nEndYear = v1.intVal + v2.intVal;
When I debug ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20194288.html
Zones:
C++Date Answered: 10/22/2001 Grade: A Views: 0
I am passing a variant to a procedure. In the procedure I want to find out what type of an object I have passed. I am passing textboxes, combo boxes and datepickers. Each are handled slightly diffe...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20293419.html
Zones:
Visual BasicDate Answered: 04/25/2002 Grade: A Views: 0
VB6; Access 2000 DB
I've written a function that returns the defined size of a field in a database. If the field is a MEMO type, I'm returning the maximum value of the LONG data type (214748364...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20732982.html
Zones:
Visual BasicDate Answered: 09/09/2003 Grade: A Views: 0