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

Search:

Type: Posts; User: Maximus_X

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Query issues - ODBC Microsoft Access Driver error

    Indeed, this could be an issue. Every time when I open my Access 2007 and I want to see my tables's relational view, I have to enable that option.
    I'll try to find a way to disable this "secure...
  2. Re: Query issues - ODBC Microsoft Access Driver error

    Please, don't take it like this. This code runs fine on MS SQL Server... So, I continue to believe that is MS Access driver issue.

    Trust me that I tried like this and I got same fail results, too.
  3. Re: Query issues - ODBC Microsoft Access Driver error

    Nothing special "SELECT * FROM CLINETS". :)
    As I said, I exported the Access data to MS SQL Sever, I changed the connection string and this query runs fine. So, I continue to conclude that is a MS...
  4. Re: Query issues - ODBC Microsoft Access Driver error

    Sorry, I don't understand what you mean.

    I tested on few tables where I have types like: long integer (auto-increment), long, integer, double or text. I got same fail results for all the tables.
  5. Re: Query issues - ODBC Microsoft Access Driver error

    Man, the error message is clear and this is not an issue.
    The issue is generated by SQLExecDirect() and I can see it in the returned value. (I mean nRetCode = -1 which is a fail value.)
  6. Re: Query issues - ODBC Microsoft Access Driver error

    I found a way to avoid this issue but I'm not satisfied as long as this one persists.
    I exported database to my MS SQL Server, I set the proper connection string and my query runs fine with this...
  7. Query issues - ODBC Microsoft Access Driver error

    I have some issues with the execution of an ordinary query over MS Access database table. On my machine I installed Access 2007 and my database Access format is 2002 to 2003 is compatible mode.

    My...
  8. Replies
    8
    Views
    1,034

    Re: [RESOLVED] JPEG's create time detection

    Sorry guys for this confusion. In the moment when I posted this attachment I didn't know about Exif.
    I was wrong because that date was the date and time of the event when the picture was created and...
  9. Replies
    8
    Views
    1,034

    Re: JPEG's create time detection

    I thought that it was clear from the beginning that I was taking about the data that a camera writes in a file not about normal files properties.
    The attachment was special introduced in order to...
  10. Replies
    8
    Views
    1,034

    Re: JPEG's create time detection

    Maybe I was not so clear. I am looking for the date when a picture was created in the camera, not as a any other file property on a disk.
    I need that internal metadata instead of WIN32_FIND_DATA...
  11. Replies
    8
    Views
    1,034

    Re: JPEG's create time detection

    My image is window Information screenshot from IrfanView application.
    I think that the information that I'm looking for is contained by Exchangeable image file format (Exif).
    Somebody recommended...
  12. Replies
    8
    Views
    1,034

    [RESOLVED] JPEG's create time detection

    I need to find the creation time of a JPEG file (additionally other image file formats, too).
    For instance, IrfanView application offers this information in Images -> Information menu.
    ...
  13. Replies
    3
    Views
    1,293

    Re: AppVerifier commands for leaks detection

    Yep. mean time if found the "miraculous" application. Thanks a lot! ;)
  14. Replies
    3
    Views
    1,293

    AppVerifier commands for leaks detection

    I'm usign AppVerifier in order to detect leks in my code and I got next info in my debug output.

    VERIFIER STOP 0000000000000900: pid 0x1350: A heap allocation was leaked.

    000000003D41FFC0 :...
  15. Re: Using getnameinfo() I got First-chance exception - kernel32.dll

    Alex, thanks for your reply. I'm using VC++ 2005 (VS Team Suite). Maybe, the implementation of this function includes SEH. All the best!
  16. Using getnameinfo() I got First-chance exception - kernel32.dll

    I just did a small tool that uses getnameinfo() function in order to get computers names using an IPs range.
    Everything it's fine but I don't like that I got an exception in my output window:

    ...
  17. Re: CRegKey::RecursiveDeleteKey() issue

    There was no issues in my last delete code...
    The problem was that after delete operation. That key was regenerated in other project part.

    Krishnaa , thanks a lot for your time and energy! ...
  18. Re: CRegKey::RecursiveDeleteKey() issue

    I pass KEY_ALL_ACCESS.
  19. Re: CRegKey::RecursiveDeleteKey() issue

    With other tests even if RecursiveDeleteKey(only_key_name_without_path) returned 0 (ERROR_SUCCESS) the key was not remove (has other subkeys). That's why I try to use DeleteSubKey() too.
    Debuging...
  20. Re: CRegKey::RecursiveDeleteKey() issue

    I did it, too. :)
    That's how I got the name of constant error code.
  21. Re: CRegKey::RecursiveDeleteKey() issue

    Unfortunately, not yet. I'm still searching...
    I tried to call DeleteSubKey() for inside subkey but it returns the same error value.

    I'll change the thread's title when I'll find the solution...
  22. Re: CRegKey::RecursiveDeleteKey() issue

    #define ERROR_FILE_NOT_FOUND 2L :)
    I tried to send the path without the last registry key node and that last key node name to pass to RecursiveDeleteKey().
    RecursiveDeleteKey() returned...
  23. [RESOLVED] CRegKey::RecursiveDeleteKey() issue

    I'm trying a recursive deleting using RecursiveDeleteKey() from CRegKey ATL class. I succeed to get the HKEY valid handler and then using the same path for recursive delete.

    ...
  24. Replies
    4
    Views
    585

    Re: Return a STL map

    The return value might be Philip recommendations, even CString, __int64 type or any other type that you want to return from your function.

    It depends on what are you doing in this function and...
  25. [RESOLVED] Loading standard icon in a MFC control

    I would like to load into a button, picture control or any other MFC control, one of the standard icons that I get it when I pass to MessageBox() or AfxMessageBox() function through one of the...
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width