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
M

mazen keeikati

@mazen keeikati
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error in sql command when using ado in VC++ and unicode
    M mazen keeikati

    thanks when i convert the field type from varchar to nvarchar the problem fixed.

    Database database help c++ sql-server sysadmin

  • Error in sql command when using ado in VC++ and unicode
    M mazen keeikati

    my database on sql server 2005, and i was convert my project VC++ to unicode, the problem is : when i try to read a field value string from recordset the data is "??????" the code is:

    _variant_t vFieldName (strFieldName);
    _variant_t ret = m_rs->GetFields ()->GetItem (vFieldName)->GetValue();
    CString str = (wchar_t *)(_bstr_t)vVal;

    :mad: when the language string is english ok but when it in other language the string is "???????"

    mazen keeikati

    Database database help c++ sql-server sysadmin

  • Error in sql command when using ado in VC++ and unicode
    M mazen keeikati

    my database on sql server 2005, and i was convert my project VC++ to unicode, the problem is : when i try to read a field value string from recordset the data is "??????" the code is:

    _variant_t vFieldName (strFieldName);
    _variant_t ret = m_rs->GetFields ()->GetItem (vFieldName)->GetValue();
    CString str = (wchar_t *)(_bstr_t)vVal;

    :mad: when the language string is english ok but when it in other language the string is "???????"

    Database database help c++ sql-server sysadmin
  • Login

  • Don't have an account? Register

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