Advertisement

1 - 10 of 218 containing alltags:("variant") (0.001 seconds)
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 ...
Zones: C++, Microsoft Programming, ActiveXDate Answered: 02/02/1999 Grade: A Views: 0
what is VARIANT? How to convert anything to VARIANT type? how to bind parameters to SQL stored procedure using ADO?
Zones: C++, Microsoft Visual C++Date Answered: 03/18/1999 Grade: B Views: 0
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...
Zones: Windows ProgrammingDate Answered: 08/04/1999 Grade: B Views: 8
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...
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...
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.
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 ...
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 ...
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...
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...
Zones: Visual BasicDate Answered: 09/09/2003 Grade: A Views: 0