MSAccess without MFC
-
Howdy, does anybody know how to connect to an MSAccess database directly (using the file not a DSN) with VC without using MFC? This database is also encrypted so it has a cmb & wgf as opposed to an mdb. Some source or examples would be a life saver I'll be eternally endebted to anybody who can help Thanks Desperate Damian
-
Howdy, does anybody know how to connect to an MSAccess database directly (using the file not a DSN) with VC without using MFC? This database is also encrypted so it has a cmb & wgf as opposed to an mdb. Some source or examples would be a life saver I'll be eternally endebted to anybody who can help Thanks Desperate Damian
There are lot of articles in CP like this one: http://codeproject.com/database/caaadoclass1.asp Mazy "The path you tread is narrow and the drop is shear and very high, The ravens all are watching from a vantage point near by, Apprehension creeping like a choo-train uo your spine, Will the tightrope reach the end;will the final cuplet rhyme?"Cymbaline-Pink Floyd
-
Howdy, does anybody know how to connect to an MSAccess database directly (using the file not a DSN) with VC without using MFC? This database is also encrypted so it has a cmb & wgf as opposed to an mdb. Some source or examples would be a life saver I'll be eternally endebted to anybody who can help Thanks Desperate Damian
There are many ways to do this: * ODBC SDK * DAO SDK * DAO Automation interface * ADO Automation interface Since I cover each of these in my Visual C++ .NET bible, let me know which one you're interested in and I'll send you a simple maintanence-like application for that data access technology. Cheers, Tom Archer Author, Inside C# A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the affairs of others.
-
There are many ways to do this: * ODBC SDK * DAO SDK * DAO Automation interface * ADO Automation interface Since I cover each of these in my Visual C++ .NET bible, let me know which one you're interested in and I'll send you a simple maintanence-like application for that data access technology. Cheers, Tom Archer Author, Inside C# A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the affairs of others.
Thanks, however my spec just changed again and the client want me to use SQL which isn't a problem. However they want me to access it using OLE which is a problem for me (I don't have a problem using ADO and ODBC but OLE looks ghastly to me). You can't help here can you ????? Thanks Damian Del Campo
-
Thanks, however my spec just changed again and the client want me to use SQL which isn't a problem. However they want me to access it using OLE which is a problem for me (I don't have a problem using ADO and ODBC but OLE looks ghastly to me). You can't help here can you ????? Thanks Damian Del Campo
Sorry mate. I have little to no OLEDB experience. It just never made sense as ADO is so much easier to use. Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the af
-
Howdy, does anybody know how to connect to an MSAccess database directly (using the file not a DSN) with VC without using MFC? This database is also encrypted so it has a cmb & wgf as opposed to an mdb. Some source or examples would be a life saver I'll be eternally endebted to anybody who can help Thanks Desperate Damian