Hi I need to create new tables from my program in a Access database. I'm using the odbc components and sql queries to access the database. What would the query look like? Thanks
J
Johan Russouw
@Johan Russouw
Posts
-
Create table -
LoaderLock was detectedHi I'm using function in a dll written in C++ / MFC Visual Studio 6. This use to work fine in the .NET framework 1.1, but I upgraded to Visual Studio 2005 and when I use any function from the dll I get a message 'LoaderLock was detected'. Are there any work around without changing the API? Cheers Johan
-
how to using *.ocx written in vb6 for c#.netRight click on the "Toolbox | Windows Forms" and select Add/Remove Items. Select the COM Components tab at the top. If the activeX is registered on the system it will be in the list. Select it and you will find it in the Toolbox list.
-
Front end to C++Write a DLL for Windows in such a way that it can be compiled in Linux as a SO. The DLL can check the interface that is used. Johan