CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2002
    Location
    Qatar
    Posts
    2

    problem after executing SQL command

    I develop a VC++ program that use a database contain many tables. the problem is, when i set an SQL command and execute it, the data is not appear in the appropiate edit box which shown in the progam (Proj2). try to execute the following SQL command:
    select * from SM
    u will see that the Sales man id appear in Customer id edit box, Sales man name appear in Customer name edit box, and the Sales man Caller id appear in Product id edit box. and u will see that Update, save, & Delete buttons are not work correctlly. so why these problems appear and how to fix it?

    (note: connect crm.mdb file to ODBC under the name "CRM")

    please, reply as soon as u can
    Best Regards,
    Attached Files Attached Files
    it's not bad if u don't know
    but it's bad to still don't know

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured