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:
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20431179.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20678598.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21036855.htm...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21088227.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21260602.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21485707.html
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.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21678663.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22018589.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22133607.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22687670.html