Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Rashid Thadha

@Rashid Thadha
About
Posts
113
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • moving to europe?
    R Rashid Thadha

    Try http://www.jobstats.co.uk/[^] for computing employment data Hope it helps

    The Lounge csharp com question

  • Oracle and UUID
    R Rashid Thadha

    You might want to try and use Oracle Sequence (similar to SQL seeded Identifier)

    Database database sql-server oracle sysadmin question

  • About the program using CDaoRecordset!
    R Rashid Thadha

    Actually MDAC 2.6 and later do not contain Jet drivers any more See link[^]

    Database c++ question

  • conversion
    R Rashid Thadha

    e.g BSTR bstrValue _bstr_t bstrTemp(bstrValue); CString sValue = (LPCTSTR)bstrTemp;

    C / C++ / MFC tutorial

  • Activex which itself a control container?
    R Rashid Thadha

    I recently created a composite control using pure ATL and WTL (No MFC) and I had no problems. You might need to give me more details on what goes wrong ?

    ATL / WTL / STL question c++ com docker

  • Outlook-like menu control
    R Rashid Thadha

    try http://www.codeproject.com/useritems/atloutlookbar.asp[^] ;)

    C / C++ / MFC question

  • quick question about recordsets, ADO
    R Rashid Thadha

    I would be careful on how you use the recordcount method. I think this is just a water mark of the number of records you have iterated through. The count that it returns is only correct if you have iterated through the whole recordset. You have to use EOF and BOF to work out if you have any records. When you Import the ADO object you usually rename EOF to what ever you want

    C / C++ / MFC database tutorial question

  • CString Problerm
    R Rashid Thadha

    or you can do this CString t = "Hello" "World"; without the '\' slash character

    C / C++ / MFC c++ help tutorial question

  • Activex which itself a control container?
    R Rashid Thadha

    You need to create an ATL Project from the main wizard, then add the composite control from the 'Add ATL Object' Wizard. This gives you the basic composition control that you can use in VB. Professional ATL COM Programming by Richard Grimes has a good chapter on this suject.

    ATL / WTL / STL question c++ com docker

  • I'm a WTL convert.
    R Rashid Thadha

    don't forget http://www.viksoe.dk/wtl/

    The Lounge c++ graphics sysadmin

  • A brother for Mazdak and me!
    R Rashid Thadha

    Sorry Tom But Nigeria can not qualify, they are all ready out Its either Argentina, Sweden or England I say it will be Sweden and England

    The Lounge csharp c++ html com game-dev

  • return Recordset
    R Rashid Thadha

    That third parameter on your Execute call looks dodgy, I think it should be something like adNoOptionSpecified (it might be slightly spelt incorrectly, check MSDN)

    Database question database

  • Hi-color toolbars
    R Rashid Thadha

    See following article - http://www.codeproject.com/docking/toolbar\_hotbuttons.asp

    C / C++ / MFC question

  • Is Oracle the worst progam on the planet ?
    R Rashid Thadha

    Get the Freeware client application called TOAD. Its the best equivalent to SQL Enterprise Manager, but for Oracle. From http://www.toadsoft.com/ You wont regret it.

    The Lounge java oracle question

  • Passing/receiving byte-arrays ?
    R Rashid Thadha

    See sample app of COM Variant and Safearrays at http://www.sellsbrothers.com/tools/CComSafeArray.zip It also uses VB Clients and C++ COM Object Best SafeArray Sample that I have seen (from chris sells site) :cool:

    COM question c++ com sysadmin

  • NewsFlash - Goat Sex
    R Rashid Thadha

    Check this out on Sky News http://www.sky.com/skynews/article/0,,30000-1046315,00.html

    The Lounge html com announcement

  • VARIANT as [out] parameters
    R Rashid Thadha

    See sample app of COM Variant and Safearrays at http://www.sellsbrothers.com/tools/CComSafeArray.zip (from chris sells site)

    COM com question

  • Did anybody ever use MSFlexGrid control in VC++ before?
    R Rashid Thadha

    See my sample on MS Data Grid, That Auto fills data for you. http://www.codeproject.com/useritems/msdatagrid.asp MS Data Flex Grid is used with ODBC and non OLE DB data sources. MS Data Grid is used for OLE DB data sources.

    C / C++ / MFC question c++ database performance

  • Did anybody ever use MSFlexGrid control in VC++ before?
    R Rashid Thadha

    This sample uses the MS FlexGrid http://www.codeproject.com/database/isqlado.asp

    C / C++ / MFC question c++ database performance

  • CRecordset::Edit()
    R Rashid Thadha

    This problem is usually related to the fact that you don't have an index for the table, but as you are using excel, I am not sure !!

    Database help announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups