I would like to create a program that has a diferent user interface than standard windows user interface (something like winamp).I know it must be pretty hard so I don't ask for full explanations , but I be very happy to receive some links to tutorials on the subject.At the time I'm studying...
I've copied msado15.dll in c:\program and compiled the project with #import "c:\program\msado15.dll" .It worked.If I run the program outside VC++ an invalid pointer error appeared , unless I run regsvr32 c:\program\msado15.dll .
The reason I want to change the path at runtime is that
windows drive is not c: on all user's computers , so I can't
simply use c:\progra~1\common~1\system\ado\msado15.dll and
as far as I know msado15.dll must be at the same location
at runtime as it was at compile - time ,otherwise an invalid...
I am using ADO VisualC++ Extensions for accessing my database.I'm using Access *.mdb files eith JET engine.
All types of dates update just fine except varChar types
that are empty.To update this fields I have to initializate
them first using variants then I can freely update them using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.