Search results for query: *

  • Users: tvb2727
  • Content: Threads
  • Order by date
  1. T

    Question 'Format' is not a recognized built-in function name

    I have a data grid view in my .net vb application. I moved my database from access to sql server. When I try to load my data grid sql statements I have the following error below. The code is below that. How can I change this to fix the issue? da.Fill(ds, "tblx") - Line 862 ----> 7/28/2012...
  2. T

    Question Connection String for VB 2010 Express

    What is the connection string for SQL server 2008 and Visual Basic 2010 Express. I have this, but need to somehow put the provider in there? "Data Source=xxxxx;Initial Catalog=xxxxx;User ID=xxxxx;Password=xxxxx;Integrated Security=false"
  3. T

    Question How to copy a project and change the name of it

    I am wanting to copy a project I have already developed with vs 2010 and vb.net code. I want to move it from an ACCESS DB to an SQL DB. How can I copy the folder(project) and make it work, so I can have both files - one connecting with access db and the other with sql server 2008? I tried to...
Back
Top