Click here to Skip to main content
15,903,856 members

Comments by Swap9 (Top 9 by date)

Swap9 23-Jul-14 13:23pm View    
Richard i appreciate your comments in order to help me...thanks a ton. but what you are saying is just too obvious. All these are taken care of, its very very basic stuff. Pls guide me in the same are i have the difficulty if you can... thanks again :)
Swap9 21-Jul-14 5:19am View    
Right, my compiler error says
c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlchecked.h(138): error C2664: AfxCrtErrorCheck' : cannot convert parameter 1 from 'char *' to 'errno_t'
1> There is no context in which this conversion is possible
1>c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlchecked.h(190): error C2664: 'AfxCrtErrorCheck' : cannot convert parameter 1 from 'char *' to 'errno_t'
1> There is no context in which this conversion is possible
1>c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlchecked.h(218): error C2664: 'AfxCrtErrorCheck' : cannot convert parameter 1 from 'char *' to 'errno_t'


1> There is no context in which this conversion is possible
1>c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\atlcomcli.h(549): error C2039: 'vt' : is not a member of 'tagVARIANT'
1> c:\program files (x86)\microsoft sdks\windows\v7.0a\include\oaidl.h(427) : see declaration of 'tagVARIANT'

Where do I go for that ? Where are the new definations ?
Swap9 8-Jan-14 11:47am View    
ok. Why is it not so popular like VC++ ? I mean what are the limitations of BC++ ?
Back-ends meaning, databases or other supporting technology.
Swap9 28-Nov-13 23:06pm View    
Thanks for that.
I picked choice 3 based on my research.
Swap9 28-Nov-13 11:52am View    
Yes I got it now. Thank you so much. but what construct would do that in SQL ?

Choice 1
The ORDER BY clause
Choice 2
The values list, as in "INSERT INTO employees VALUES (24, 'Smith', 'Barney')"
Choice 3
The column list, as in "INSERT INTO employees (emp_id, last_name, first_name)"
Choice 4
The ALTER TABLE statement
Choice 5
The SET statement