Search results for query: *

  1. ashahmy

    Question oledb connection string with sql server 2005 express

    Thanks for your replay. In my project oledb connection is essential. because in my project i am using following code, Dim schemaTable As DataTable = accessConnection.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"}) i was try to convert above code to...
  2. ashahmy

    Question oledb connection string with sql server 2005 express

    Hi All, I was create a project with vb.net and sql server 2005. I was used oledb connection string for database connection. With my sql server database it work properly But i don't know how to connect mdf file using oledb connection string. But I was tried following way but it got error...
  3. ashahmy

    Question create a setup file (with sql server express 2005)

    Thank You. I will try it.
  4. ashahmy

    Question create a setup file (with sql server express 2005)

    Hi to all, I was created one of project using vb.net with sql server 2005. I want to create a setup file for that project. In my client pc contain sql server express 2005. how can I restore my database file to that sql server express 2005. it want to restore when the setup file was run. If any...
Back
Top