This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (7 messages)
Roby Thanks for your answer. In my case, I'm just begining my tests with odbc and the table I used for testing it have not index at all, but I have records that are replicated (ave the saem value in all fields). In the other side I imagine that if…
Ronald Thanks for your help. I really was looking on the wrong place. I think I was induced to it because I found in the recordset the CanTransact function. May be this function should also be only in CDataBase, or is there something special in this case that makes this…
Hi Mary Thanks for your answer. I will try to find out with the MSBASIC forum if they know something about this. (I also dont know much about VBasic, but the dll I'm buildin must be used by VB applications). Thanks Israel
Recordset Delete All
Message #30333
Is there a function for a Recordset to delete all records? Thanks Israel
Recordset.Delet
Message #30332
The Recordset.Delete function is defined in the manual as having a BOOL return value, but it is actually a void function as you can see in afxdb.h. How can I know if the delete function was succesfull? I tryied to delete records from a table using CRecordset.Delete function. I got…
Tables & Index
Message #30331
When defining a index for a table, is there a way to define which index to use in a search on the table (using CRecordset), or is this determined internally by the database? Thanks Israel
#30206-
#loading a dll
Message #30330
Hi Mary Thanks for your help. I have a dll that is used both in a C++ application and in a Visual Basic application. I have some differences of behaviour and I think it may be because of the diference on when the dll is loaded. I understood from your…