Search results

  1. M

    Database Conversion failed from Access 2003 to Access 2007

    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...
  2. M

    Case sensitive query for MS Access

    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...
  3. M

    Recordset is fetching 1599 record immediate after 1532 record. Why?

    Hi Guys, Thank you all. Your order by logic is working fine. Thank you again.
  4. M

    Recordset is fetching 1599 record immediate after 1532 record. Why?

    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...
  5. M

    Recordset is fetching 1599 record immediate after 1532 record. Why?

    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...
Back
Top Bottom