Advertisement

1 - 10 of 117 containing alltags:("connectionstring") (0 seconds)
My problem is, that i have a routine for linking tables, but not for linking into access (MS-Jet! with ADOCatalog.Tables.Append adoOtherTable)!!! Here is for example the string for SQL Server: ...
Zones: VB DBDate Answered: 12/20/2002 Grade: A Views: 0
hi all, I have a problem using the ado connection string. When i run my app from vb6 my datagrid connects with my database fine, but if i package it up and install on a different machine it fail...
Zones: VB DBDate Answered: 07/17/2003 Grade: A Views: 0
hi, i have the following problem dim MyString as string = "C:\MyProgram\Mydatabase.mdb" now i have a connectionstring named cnAdmin. all i need to do is pass the MyString string to be insert...
Zones: MS Visual BasicDate Answered: 06/25/2004 Grade: A Views: 0
I've an AccessXP db connecting to an Access97 db using the following code: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydb.mdb;Jet OLED...
Zones: MS AccessDate Answered: 08/11/2004 Grade: B Views: 0
I am a newbi VB.Net 2003 programmer learning as I go along. I have a Windows Forms database application which connects to a SQL server backend. To enable easier deployment within my organisat...
Zones: MS Visual BasicDate Answered: 01/04/2005 Grade: A Views: 4
Hello. I have a Windows 2000 server and I define two Workgroup on it; Workgroup1 and Workgroup2. in each workgroup be defined some server that belong to my user computers. I Install SQL Serve...
Zones: C#Date Answered: 08/16/2005 Grade: A Views: 0
VB.NET 2005 has connectionString value in the <configuration> file (.config) of the project.  I need to be able to change this at run time the app will run against many different SQL Servers.   ...
Zones: MS Visual BasicDate Answered: 12/31/2005 Grade: A Views: 9
Friends, Can you please help me fix the following piece of code:   public void insertRegistration(string emailID, string strPassword, string strIPAddr)     {     string sSQL = "Insert into ...
Zones: C#Date Answered: 10/20/2006 Grade: A Views: 0
(Usin .NET 2.0) One problem I always have when deploying my applications is changing the connection string from my own test server to that of the customer's server. I have various other values in ...
Zones: C#Date Answered: 01/23/2007 Grade: A Views: 0
In my class I set the string to value that is defined in web.config like this.. _connectionString = ConfigurationManager.ConnectionStrings["Default"].ConnectionString; How can determine if Conf...
Zones: ASP.Net ProgrammingDate Answered: 07/11/2007 Grade: A Views: 0