Database
A database is a structured collection of records or data.
Language
Any
Platform
Windows
Remove
License
Any
Hello!
For example, i have a little function in dll:
void dll_func(){
char buf;
char* p = "qwerty";
strcpy(buf,p);
// or
GetLastError();
}
I call GetProcAddress("dll_func") and...
I'm trying to write an image viewer application for wince device. I need to access jpg files from file system and display in image box. i am using vb.net in vs 2008. i'm unable to access the PC's...
On Windows, just use SGBD apis
(see Windows api group http://tinyurl.com/yjy3ajr)
If you are using windows vista or windows server 2008
http://sqlerrormessages.blogspot.com/2009/12/specified-sql-server-not-found-or-error.html
If you are using windows vista or windows server 2008
http://sqlerrormessages.blogspot.com/2009/12/specified-sql-server-not-found-or-error.html
If you are using windows vista or windows server 2008
http://sqlerrormessages.blogspot.com/2009/12/specified-sql-server-not-found-or-error.html
Problem solved:
Fullc4.bat places Indy40.bpl in the Windows System32 directory. In this case access was denied thus the file was not copied.
Roy
The following is an error message I am receiving:
Error number: 80040e4d Login failed for user 'mcertini'.
Error
Code = 80040e4d
Code meaning = I
Source = Microsoft...
I now know what the problem is, but not the solution yet. BCP, in it's infinite wisdom decides that all blank spaces (0x20) should be converted to null (0x00), which has caused havoc in the other...
I am trying to Implement one function that is like
ChangePartitionAccess(DriveLetter) - switch USB partition to read-only or read-write
i am passing the drive letter of the usb device...
Hi there,
I am trying to put different GPS software on a satnav that is running a mobile version of windows ce 4.2, the original software turns on the satelite reciever ( I have probed GPS Vcc pin...
Hi, I am trying to connect to sql server by using ADO to insert a record via stored procedure. I keep on encountering this error message (Source: Microsoft OLE DB Provider for SQL Server Description:...
Can someone help me with the below ADO API? I am a new programmer and am having problems programming a SQL Server connection. I have found various connection strings and continue to run into...
Hi, how do one unstall mysql when install as a windows service without using the configuration wizard? I will appreciate a
prompt response
FindFirstDevice, FindNextDevice
I am quite sure I got the _right_ device, because I looked at the enumeration before an after I plugged it in.
The device name in the DEVMGR_DEVICE_INFORMATION is...
Is this a 16bit DLL? If it ran on Windows 3.11, it almost assuredly is. If this is the case, your program may have to be 16bit. I have never tried using 16bit DLLs with a 32bit executable. It may...
Hello
I am provided with a DLL which was compiled to run on Win31/NT/Win95 OSes. I need to use it for WinXP as the target OS now. i am getting unexpected return codes from functions, that I access...
Hey Guys,
New here - hope this is the correct board.
At work i use the windows run dialog alot, generally to access remote nodes, i.e,
\\ip\share
or
\\ip\c$
etc.
On occasion i might...
I am writing a backup utility that needs to know if a user is an admin. If so, the utility will have the option to backup an entire drive, other user folders and settings, and more. If not, these...
Hello,
I have a service that needs to get the current user's token. I do this by using the HandlerEx along with the WTS notifications that occur during any Logon/Logoff/Lock/etc.. to get the...