There are two c types, one is: if(...) { ... } else { ... } the other is: if(...){ ... ... }else{ ... ... } Witch one do you prefer? And why?
Hi guys. I'm a very man. Do you like fat men?
There are two c types, one is: if(...) { ... } else { ... } the other is: if(...){ ... ... }else{ ... ... } Witch one do you prefer? And why?
Hi guys. I'm a very man. Do you like fat men?
I have downloaded the source code of windows 2000. How can I compile them? Whitch tool may I use? thanks. Hi guys. I'm a very man. Do you like fat men?
By default, the recordset objects are present on the server side. When you fetch a record from the recordset object, the data are got from the server via the network. You can let them be present on the client compute by changing the CursorLocation property of the recordset object. In VC++: _RecordsetPtr pRs; pRs.CreateInstance(__uuidof(Recordset)); pRs->CursorLocation = ADOCG::adUseClient; //set the cursor to be client side pRs->CursorLocation = ADOCG::adUseServer; //server side, the default Hi guys. I'm a very fat man. Do you like fat men?
There's no help files in my project. And I want to make the help button invisible,or get rid of it. How can I do? Thanks. Hi guys. I'm a very fat man. Do you like fat men?
I have a SQL Server database. It is too large now. How can I remove the transaction log without backing up the database? In fact, I do not need any logs. Can I prevent the database from making transaction logs? Can SQL Server automaticlly remove the logs?
I have an application which is accessing a SQLServer and an Oracle. Of course, the application must know the password. I want to prevent the users from accessing the database directly. When they want to read/write data,they have to use my program. What can I do? Thanks. Hi guys. I'm a very fat man. Do you like fat men?
Hi guys. I have a CListCtrl control in my application. I would to let one of its items be selected when the user click some buttons. How can I do? CListCtrl::SetHotItem doesn't work. Hi guys. I'm a very fat man. Do you like fat men?