Hi,
I am using Access database in VC++ project. I had change the extention of Access 2003 database from mdb to accdb and tried to load the database but it was getting failed. Why so? When I created database directly in Access 2007 and tried to load it, it was getting load properly. If know...
Hi All,
I am looking for case sensitive query for MS Access. For whole string, I can use StrComp(). But, I am looking for "Startswith" and "Any part of the field means Contains". It must be case sensitive. I know in SQL but I don't any function for Access. Please share your knowledge if any...
Hi, First of all thanks for your response. Actually, I am exporting data in a file while Export operation. I stored data in Access in sorted order. But, while exporting, it is storing upto 1532 record fine then after it jumped to 1599 record and stored from 1599 onwards. While exporting, I am...
Hello All,
I am facing a problem while firing query to Database. I am using Visual Studio 2008 with MS Access 2000. I am firing query from IDE and trying to Open the recordset and fetch the data through ADODB::Recordset. Upto 1532nd record, it is accessing records correctly. After 1532nd...