John, Make sure your connection string includes the following: ConnectionString = "Data Source=.\SQLEXPRESS;" _ + "Integrated Security=True;" _ + "AttachDBFilename=" + [DB filename and path] & ";" _ + "Initial Catalog=" + [DB filename] + ";" _ + "Connect Timeout=30;" _ + "User Instance=True" example: "Data Source=.\SQLEXPRESS;Integrated Security=True;AttachDBFilename=C:\mydb.mdf;Initial Catalog=mydb;Connect Timeout=60;User Instance=True"
B
BrokenS
@BrokenS
Posts
-
Windows integrated Security issues -
Getting the length of a TextBox in VBA...new_phoenix Try: strTextBox.Text.Length ken
-
printing a bit thinner line... [modified]Did you try this? dim myPen as pen myPen = new pen(Color.Black,0.25) Ken
-
Want to inherit one property to another