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...
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...
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.
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.)
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...
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.
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...
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...
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...
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...
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.
...
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:
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...
#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...
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.
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...