how to accessing Paradox use ADO
-
can someone plz give me a tutorial on how to accessing Paradox useing ADO. i'd like to do it completely in Win32/SDK also:confused: Thanks In Advance, bin e
Not a tutorial, but here is how to connect to a paradox database. Driver={Microsoft Paradox Driver (*.db)};DBQ=physical path to .db file;DriverID=26 See this web site for other database connections. msdn.microsoft.com[^] There are a couple of tutorials here at Code Project. The listing can be found here. http://codeproject.com/database/#ADO[^] Hope this helps... ------------------------------- DEBUGGING : Removing the needles from the haystack.
-
Not a tutorial, but here is how to connect to a paradox database. Driver={Microsoft Paradox Driver (*.db)};DBQ=physical path to .db file;DriverID=26 See this web site for other database connections. msdn.microsoft.com[^] There are a couple of tutorials here at Code Project. The listing can be found here. http://codeproject.com/database/#ADO[^] Hope this helps... ------------------------------- DEBUGGING : Removing the needles from the haystack.