do i need to use such a big connection string...or i need to choose something from this... urmila
krishan kant chamoli <[EMAIL PROTECTED]> wrote: Hi Use following connecition string Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Database Password=;Data Source="F:\db2.mdb";Password=;Jet OLEDB:Engine Type=5;Jet OLEDB:Global Bulk Transactions=1;Provider="Microsoft.Jet.OLEDB.4.0";Jet OLEDB:System database=;Jet OLEDB:SFP=False;Extended Properties=;Mode=Share Deny None;Jet OLEDB:New Database Password=;Jet OLEDB:Create System Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;User ID=Admin;Jet OLEDB:Encrypt Database=False Regards KK urmila nalla wrote: i made changes but again it is giving error as Could Not Find Installable ISAM Charles Carroll <[EMAIL PROTECTED]> wrote: "provider=microsoft.jet.oledb.4.0;datasource=f:\db2.mdb" should be "PROVIDER=Microsoft.Jet.OLEDB.4.0;data source=f:\db2.mdb" the example @ http://www.learnasp.com/freebook/learn/dbopen.aspx shows the exact connection string (capitalization matters). On 9/13/05, urmila nalla wrote: > > iam getting a mesage as : Could not find installable ISAM. Could not find > installable ISAM. could not find installable ISAM...what does this mean > > Charles Carroll <[EMAIL PROTECTED]> wrote:compare your connection string to > the one @ > http://www.learnasp.com/freebook/learn/dbopen.aspx > > also in the catch ... > Catch ex As Exception > Label1.Text = ex.Message() > finally > > would give you a better message to work with. > > > > Also > > On 9/13/05, urmila nalla wrote: > > > > see the following code where i am trying to connect to access > database...at the end i am not able to open the conncetion which i can > identify through the statement > > > > label1.text=cn.state ...i wrote this code in page load when i am running > this code i am getting label1.text as 0... > > > > waiting for reply.. > > > > > > > > Dim strconn As String > > > > strconn = "provider=microsoft.jet.oledb.4.0;datasource=f:\db2.mdb" > > > > Dim cn As OleDb.OleDbConnection > > > > cn = New OleDb.OleDbConnection > > > > cn.ConnectionString = strconn > > > > Try > > > > cn.Open() > > > > Catch ex As Exception > > > > Console.WriteLine("Attempt to connect failed!" & vbCrLf & ex.Message) > > > > finally > > > > Label1.Text = cn.State > > > > End Try > > > > bye > > > > urmila. > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > [Non-text portions of this message have been removed] > > > > > > > > > > SPONSORED LINKS > > Basic programming language Computer programming languages Programming > languages > > Java programming language The history of computer programming language > > > > ________________________________ > YAHOO! GROUPS LINKS > > > > > > Visit your group "AspNetAnyQuestionIsOk" on the web. > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > ________________________________ > > > > > Yahoo! Groups Links > > > > > > > > > > --------------------------------- > Yahoo! for Good > Click here to donate to the Hurricane Katrina relief effort. > > [Non-text portions of this message have been removed] > > > > SPONSORED LINKS > Basic programming language Computer > programming languages Programming > languages Java > programming language The > history of computer programming language > ------------------------------ > YAHOO! GROUPS LINKS > > > - Visit your group "AspNetAnyQuestionIsOk" > on the web. > - To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service . > > > ------------------------------ > [Non-text portions of this message have been removed] Yahoo! Groups Links --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. [Non-text portions of this message have been removed] SPONSORED LINKS Basic programming language Computer programming languages Programming languages Java programming language The history of computer programming language --------------------------------- YAHOO! GROUPS LINKS Visit your group "AspNetAnyQuestionIsOk" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- -------------------------------------------------------------------- Krishan Kant Chamoli Office: +91-172-2653886 AuthorGen Technology (P) Ltd., Fax: +91-172-5018485 24/3, Industrial Area, Phase - 2, Mobile: 9888263726 Chandigarh. INDIA. Pin - 160002. Email: [EMAIL PROTECTED] -------------------------------------------------------------------- Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] Yahoo! Groups Links --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
