Connection String
-
I wonder if anybody could give me an advise on how a OleDbDataAdapter with Microsoft.Jet.OLEDB.4.0 provider can open a database with password !!! a sample string would really help ! thanks. :) 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
-
I wonder if anybody could give me an advise on how a OleDbDataAdapter with Microsoft.Jet.OLEDB.4.0 provider can open a database with password !!! a sample string would really help ! thanks. :) 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
Mazdak wrote: a sample string would really help Does something like the following do anything for you? "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=f:\data\SomeData.mdb;User ID=SomeUser;Password=SomeUsersPassword" Regards...
-
Mazdak wrote: a sample string would really help Does something like the following do anything for you? "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=f:\data\SomeData.mdb;User ID=SomeUser;Password=SomeUsersPassword" Regards...
Thanks. I use this string but it caused run time error: connString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=..\\..\\Tennis.mdb;User ID=Admin;Password=mazy"; Any suggestion? :confused: 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
-
Thanks. I use this string but it caused run time error: connString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=..\\..\\Tennis.mdb;User ID=Admin;Password=mazy"; Any suggestion? :confused: 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
Nope, Tell you the truth, It's been a while since I have used OLEDB under the JET engines. I have been using the MSDE version of SQL Server for development. What is the runtime error? Regards
-
Nope, Tell you the truth, It's been a while since I have used OLEDB under the JET engines. I have been using the MSDE version of SQL Server for development. What is the runtime error? Regards
Neil Van Note wrote: What is the runtime error? When the messagebox appear,in the place of error message there is no message and its empyt. :( :confused: 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