Click here to Skip to main content
15,897,704 members
Home / Discussions / Database
   

Database

 
QuestionDatabase Mail 2008 problem Pin
Falconapollo16-Nov-11 22:49
Falconapollo16-Nov-11 22:49 
AnswerRe: Database Mail 2008 problem Pin
Mycroft Holmes16-Nov-11 23:15
professionalMycroft Holmes16-Nov-11 23:15 
QuestionNeed help...asp.net count sql.. Pin
mat daus16-Nov-11 21:33
mat daus16-Nov-11 21:33 
AnswerRe: Need help...asp.net count sql.. Pin
Mycroft Holmes16-Nov-11 21:43
professionalMycroft Holmes16-Nov-11 21:43 
GeneralRe: Need help...asp.net count sql.. Pin
mat daus16-Nov-11 21:51
mat daus16-Nov-11 21:51 
GeneralRe: Need help...asp.net count sql.. Pin
Mycroft Holmes16-Nov-11 23:12
professionalMycroft Holmes16-Nov-11 23:12 
GeneralRe: Need help...asp.net count sql.. Pin
mat daus16-Nov-11 21:58
mat daus16-Nov-11 21:58 
QuestionError in sql command when using ado in VC++ and unicode Pin
mazen keeikati16-Nov-11 11:06
professionalmazen keeikati16-Nov-11 11:06 
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:

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

Mad | :mad:

when the language string is english ok but when it in other language the string is "???????"
mazen keeikati

QuestionError in sql command when using ado in VC++ and unicode Pin
mazen keeikati16-Nov-11 11:05
professionalmazen keeikati16-Nov-11 11:05 
AnswerRe: Error in sql command when using ado in VC++ and unicode Pin
Mycroft Holmes16-Nov-11 13:40
professionalMycroft Holmes16-Nov-11 13:40 
GeneralRe: Error in sql command when using ado in VC++ and unicode Pin
mazen keeikati17-Nov-11 9:20
professionalmazen keeikati17-Nov-11 9:20 
AnswerRe: Error in sql command when using ado in VC++ and unicode Pin
Luc Pattyn17-Nov-11 9:28
sitebuilderLuc Pattyn17-Nov-11 9:28 
QuestionTrying My First DataGridView Project Pin
Roger Wright15-Nov-11 20:26
professionalRoger Wright15-Nov-11 20:26 
AnswerRe: Trying My First DataGridView Project Pin
thatraja15-Nov-11 21:05
professionalthatraja15-Nov-11 21:05 
GeneralRe: Trying My First DataGridView Project Pin
Roger Wright16-Nov-11 5:09
professionalRoger Wright16-Nov-11 5:09 
AnswerRe: Trying My First DataGridView Project Pin
Wayne Gaylard16-Nov-11 17:55
professionalWayne Gaylard16-Nov-11 17:55 
GeneralRe: Trying My First DataGridView Project Pin
Roger Wright16-Nov-11 18:18
professionalRoger Wright16-Nov-11 18:18 
GeneralRe: Trying My First DataGridView Project Pin
Wayne Gaylard16-Nov-11 18:24
professionalWayne Gaylard16-Nov-11 18:24 
QuestionALTER TABLE gives error after INSERT INTO in same table? Pin
Le@rner14-Nov-11 17:10
Le@rner14-Nov-11 17:10 
AnswerRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
_Damian S_14-Nov-11 17:19
professional_Damian S_14-Nov-11 17:19 
GeneralRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
Le@rner14-Nov-11 18:08
Le@rner14-Nov-11 18:08 
AnswerRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
Eddy Vluggen15-Nov-11 5:36
professionalEddy Vluggen15-Nov-11 5:36 
GeneralRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
Le@rner15-Nov-11 17:51
Le@rner15-Nov-11 17:51 
AnswerRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
Gerben Jongerius14-Nov-11 23:33
Gerben Jongerius14-Nov-11 23:33 
GeneralRe: ALTER TABLE gives error after INSERT INTO in same table? Pin
Le@rner15-Nov-11 0:40
Le@rner15-Nov-11 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.