CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sankar540

Search: Search took 0.04 seconds.

  1. Re: Getting error while retrieving value from ADO recordset.

    The reason for the situation where i can not remove square brackets is as follows.
    Generally we get database(Access) from customer. That database contains 2 tables say table1 and table2.
    One of the...
  2. Re: Getting error while retrieving value from ADO recordset.

    Thanks Victor for responding to this.
    I am in a situation where i can not remove square brackets[]. How do i proceed in this situation. Any suggestions?

    What i am planning is that, First i will...
  3. Getting error while retrieving value from ADO recordset.

    I have a vc++ project file which reads data from access 2007 database.

    I have successfully declared and opened connectionPtr and recordSetPtr objects.

    The follwoing code is giving an error...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured