----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: esskaykay Message 3 in Discussion Hi 1) Make sure test.mdb file is not opened and sliently placed in task bar. Close the instance of test.mdb file first (which will automatically closes test.ldb file), reason if the file is open it considers it as "The work group file is missing or opened exclusively by another user" . 2) If test.mdb is already closed, try to delete test.ldb file if it is possible. Hope this helps you. Regards Krishna Kanth. From: [EMAIL PROTECTED] To: [email protected] Subject: Connecting MS Acess from VB 6 Date: Mon, 23 Oct 2006 02:11:51 -0700 <META content="Microsoft SafeHTML" name=Generator> <STYLE> ExternalClass EC_ThmFgColumnHeader, .ExternalClass EC_A.FrameLink, ExternalClass EC_A.HeaderLink, .ExternalClass EC_A.FooterLink, ExternalClass EC_A.LgtCmd, .ExternalClass EC_A.MSNLink {color:#FFFFFF;} ExternalClass EC_ThmFgTitleLightBk {color:#FF6600;} ExternalClass EC_ThmFgSmallLight {color:#ff0000;} ExternalClass EC_ThmFgNavLink, .ExternalClass EC_A.NavLink, ExternalClass EC_A.ChildLink:hover {color:#666699;} ExternalClass EC_ThmFgInactiveText, .ExternalClass EC_A.SystemLink {color:#666666;} ExternalClass EC_ThmFgFrameTitle {color:#FFFFCC;} ExternalClass EC_ThmFgTitleDarkBk, .ExternalClass EC_A.NavLink:hover, ExternalClass EC_A.TitleLink {color:#CC6600;} ExternalClass EC_ThmFgMiscText, .ExternalClass EC_A.Cat, .ExternalClass EC_A.SubCat {color:#336699;} ExternalClass EC_ThmFgCommand, .ExternalClass EC_A.Command, ExternalClass EC_A.LargeCommand, .ExternalClass EC_A.MsgLink {color:#003366;} ExternalClass EC_ThmFgHeader {color:#333333;} ExternalClass EC_ThmFgStandard, .ExternalClass EC_A.SystemLink:hover, ExternalClass EC_A.SubLink, .ExternalClass EC_A.ChildLink, ExternalClass EC_A.StdLink, .ExternalClass EC_SELECT.Standard {color:#000000;} ExternalClass EC_ThmFgDivider {color:#CCCCCC;} ExternalClass EC_ThmBgStandard {background-color:#FFFFFF;} ExternalClass EC_ThmBgUnknown1 {background-color:#FF6600;} ExternalClass EC_ThmBgFraming {background-color:#666699;} ExternalClass EC_ThmBgUnknown2 {background-color:#666666;} ExternalClass EC_ThmBgHighlightDark {background-color:#FFFFCC;} ExternalClass EC_ThmBgHighlightLight, .ExternalClass #EC_idToolbar, ExternalClass #EC_tbContents {background-color:#FFFFE8;} ExternalClass EC_ThmBgTitleDarkBk {background-color:#F1F1F1;} ExternalClass EC_ThmBgAlternate {background-color:#ECF1F6;} ExternalClass EC_ThmBgUnknown3 {background-color:#CCCCFF;} ExternalClass EC_ThmBgDivider {background-color:#CCCCCC;} ExternalClass EC_ThmBgHeader {background-color:#9999CC;} ExternalClass EC_ThmBgLinks {background-color:#8696C9;} ExternalClass EC_ThmBgSharkBar {background-color:#8696C9;} ExternalClass EC_ThmBgGlobalNick {background-color:#9394A9;} ExternalClass EC_calfgndcolor {color:#E00505;} ExternalClass EC_calbgndcolor {color:#E00505;} </STYLE> New Message on BDOTNET Connecting MS Acess from VB 6 Reply Reply to Sender Recommend Message 1 in Discussion From: mathew_bglr Hi , I am facing problem to Connect the VB 6 Application to Ms Acess.I have opend the Acess in exclusive mode and set a password for it. I am not able to open the connection The following error occurs"Cannot start your application.The work group file is missing or opened exclusively by another user" I have written the following code to open the connection Public Sub Connection() LocConnStr = "provider=Microsoft.Jet.OLEDB.4.0; data source=" & App.path & "\Db\test.mdb" If DBcon.state = adsateclosed Then DBcon.Open LocConnStr, "Admin", "xyz" End If End Sub Could some body help me out. It is urgent Thank you Mathew Abraham View other groups in this category. <STYLE> ExternalClass EC_ADMSmLnk {font-family:verdana,system;color:#336699;text-decoration:none;} ExternalClass EC_ADMSmLnk:hover {color:#ff6600;text-decoration:underline;} </STYLE> Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. Get the new Windows Live Messenger! Try it! ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
