Click here to Skip to main content
15,921,941 members
Home / Discussions / Database
   

Database

 
GeneralOLEDB vs SQLCLient Pin
obelisk2923-Sep-03 6:04
obelisk2923-Sep-03 6:04 
GeneralRe: OLEDB vs SQLCLient Pin
Gerald Schwab23-Sep-03 6:10
Gerald Schwab23-Sep-03 6:10 
GeneralRe: OLEDB vs SQLCLient Pin
obelisk2923-Sep-03 6:24
obelisk2923-Sep-03 6:24 
GeneralRe: OLEDB vs SQLCLient Pin
Gerald Schwab23-Sep-03 7:04
Gerald Schwab23-Sep-03 7:04 
GeneralRe: OLEDB vs SQLCLient Pin
obelisk2923-Sep-03 7:21
obelisk2923-Sep-03 7:21 
GeneralDAO and Access 2000/2002 Pin
Chris Losinger22-Sep-03 10:41
professionalChris Losinger22-Sep-03 10:41 
GeneralRe: DAO and Access 2000/2002 Pin
Steve S30-Sep-03 5:35
Steve S30-Sep-03 5:35 
Generalusing msado15 with windows 95 Pin
umarcool22-Sep-03 0:28
umarcool22-Sep-03 0:28 
Hello there i have a project which i want to run on windows o.s.
Now the only problem i am facing is that when i use the same

#import "G:\Program Files\Common Files\SYSTEM\ADO\msado15.dll" rename("EOF", "ADOEOF")
using namespace ADODB;

i get an error and also i did a search on msado15.dll in windows 95 it was not there.

my connection string is like this.

TCHAR pAppPath[_MAX_PATH];
GetModuleFileName(NULL,pAppPath,_MAX_PATH);

// Trucating and attaching the mdb file path
CString csAppPath(pAppPath);
csAppPath = csAppPath.Left(csAppPath.ReverseFind( '\' ));
csAppPath+="\\BackUp.mdb";

// Adding other information to the mdb file
CString csConStr = "Driver={Microsoft Access Driver (*.mdb)};";
csConStr += "Dbq=";
csConStr += csAppPath;
csConStr+= ";Uid=;Pwd=;";

I could use jet ole db provider but the problem is the no driver or provider is present in windows 95 and 97.

After search on internet i found a solution about installing mdac and dcom95 and then running the thing and it worked but the redistribuatable was like 8 and 1.3 MBs which i don't want
somebody also told me to package my mdb with project and use jet engine i haven't looke at the redistributable for jet but it may be some MB'S.
The problem is there redistributables are heavy.


What i need is a simpler and smaller solution.
to using ado with msacces on windows95.

My second question is can we include just msado15.dll
without whole of the path coz system directory could be on any partition volume.

I need urget help regarding these two matters and i would be more than greatful for a viable solution


GeneralRe: using msado15 with windows 95 Pin
Steve S22-Sep-03 2:12
Steve S22-Sep-03 2:12 
GeneralRe: Works but queries Pin
umarcool22-Sep-03 20:44
umarcool22-Sep-03 20:44 
GeneralWorks but queries Pin
umarcool22-Sep-03 20:52
umarcool22-Sep-03 20:52 
GeneralRe: Works but queries Pin
Steve S24-Sep-03 4:42
Steve S24-Sep-03 4:42 
Generalusing msado15 without absolute path. Pin
umarcool22-Sep-03 0:25
umarcool22-Sep-03 0:25 
GeneralDataBindings Pin
bordonhos21-Sep-03 22:45
bordonhos21-Sep-03 22:45 
Generaldisplay data Pin
ranjjj20-Sep-03 23:22
ranjjj20-Sep-03 23:22 
GeneralMultiple SQL Query Pin
MKlucher20-Sep-03 10:21
MKlucher20-Sep-03 10:21 
GeneralRe: Multiple SQL Query Pin
Ian Darling20-Sep-03 11:44
Ian Darling20-Sep-03 11:44 
GeneralRe: Multiple SQL Query Pin
MKlucher20-Sep-03 19:40
MKlucher20-Sep-03 19:40 
Generalconnection problem, error message Pin
Giovanni Bejarasco19-Sep-03 6:11
Giovanni Bejarasco19-Sep-03 6:11 
GeneralRe: connection problem, error message Pin
Mike Dimmick20-Sep-03 12:34
Mike Dimmick20-Sep-03 12:34 
GeneralRe: connection problem, error message Pin
Giovanni Bejarasco23-Sep-03 18:15
Giovanni Bejarasco23-Sep-03 18:15 
GeneralWinforms - Connecting to SQL database on another intranet PC Pin
sunny12318-Sep-03 21:53
sunny12318-Sep-03 21:53 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
Arjan Einbu18-Sep-03 22:30
Arjan Einbu18-Sep-03 22:30 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
sunny12319-Sep-03 2:33
sunny12319-Sep-03 2:33 
GeneralRe: Winforms - Connecting to SQL database on another intranet PC Pin
Rob Graham20-Sep-03 18:07
Rob Graham20-Sep-03 18:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.