another question,
with MonthView and Calendar Control how can i get the number of day of the specified month ?
Ex. the Feb 2005 has 28 day
Jul 2005 has 31 days
Hi,
I got 1 FlexGrid that
Col = 31 day in month
Row = 24h in day
I want highlight and disable all the row that col < the day currently
I.E : today 04 Jul
so i want all row in every col < 4 are disabled, changed their color and no event on them
Thx alots
For one person can have 10 fingers
So i want display all 10 finger_id when i enter 1 card_id
I want display them by data_grid
I use recordset->GetRecordCount()
but when i debug it return = -1 ( no detection )
when infact there are more than 3 record
Plzz help me !
I am Using FormBuilder 6.0 to manipulate database Oracle
I want to call some functions,procedures written in visual C++6.0 and then pass
some parametters to insert , update into database
First , i run in Client/Server mode
My hardware is not good enough for Web running , but i can try in...
First , i run in Client/Server mode
My hardware is not good enough for Web running , but i can try in school
With FormBuilder i can manipulate data
And i develloped some VC++ function checking data before insert , update.
So i want to call them from Formbuilder in runtime
I am Using FormBuilder 6.0 to manipulate database Oracle
I want to call some functions,procedures written in visual C++6.0 and then pass
some parametters to insert , update into database
Help me how to handle it ?
Thanks in advance
I work with oracle and VC++ , ADO
I use this to manipulate data
sSQL.Format("SELECT finger_id FROM other_info WHERE card_id = 20000");
recordset->Open(_variant_t(sSQL),connection.GetInterfacePtr(),adOpenForward Only,adLockReadOnly,adCmdText);
there are more than 2 records in this...
Hic
I cant do it
I cant add the column , this is my problem
I also open the property of the datagrid and the CDataGrid
but i find nothing
I want to post the image but imposible
Pls , help me more clear
Thanks
I write the SQL statement in ADODC Source then i use this for the datagrid's datarrecord source . But in the tab column of datagrid's property , only 2 cols : Col1 and col2, and i manupulate more than 2 fields from table.
How can i update it ???
Hi ,
I work with C++ for my final test ,
I use DataGrid Control 6.0 (OLEDB) to store the data , but the default column properties is only 2 , i can
create more
i use the ADODB to manipulate the database ( a table is more than 2 cols) so i cant view all fields from the
table.
I try from...
Thanks alot Diego and Obislavu
I have done it but it has error
CString sSQL;
sSQL.Format("INSERT INTO employe(name) VALUES ('%s')", m_name);
recordset->Open(sSQL,connection.GetInterfacePtr(),adOpenForwardOnly,adLockReadOnly,adCmdText);
error C2664: 'Open' : cannot convert...
Hi everybody
I am a newcomer in VC++ developement
I work VC with Oracle database
I want to manipulate the database with ADODB
After connected , i do as follow:
------------------------
recordset->Open("INSERT INTO other_info(card_id) VALUES...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.