Sending encrypted password in connection string
Hi, Is there a way to send encrypted password in the connection string? Please let me who had same objective and have any solution for it.
Hi, Is there a way to send encrypted password in the connection string? Please let me who had same objective and have any solution for it.
I have made at database at SQL 2008. I have added the database at my Visual basic project and prepare my application. While I am adding records from the FORMS I have made at VB, it is saving at the da
Dear Buddies: I have a sql db with its application. I bring this program and the associated sql database to another computer. How can I get the "server" and "data source" of new computer for str
Hi, On a Windows 2008 server, in ODBC Data Source Administrator, I have defined a system data source (System DSN) named TRAP, with the driver : "Oracle dans OraClient11g_home1". In the ASP scrip
I have multiple programs that access a single connection string in a ini file. Some of the programs are .net and some are not. I am using the following connection string. ConnectionString=Provider=
I am new to this, I have searched and searched but cant find the answer im looking for. Im using visual basic c# and a web app form this is where the users log into the site. (I have sql 2008 appl
Error: A network related or instance-specific error occurred while establishin a conncection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct an
Am using a connection string to connect to SQL Server 2000 via Visual Basic DLL. We are moving to SQL Server 2008. Tried to use same connection string but am not getting any results. Do I need to use
I have Excel 2007 data sheet with connetion to external data source (SQL Server 2008). Sometimes server goes blocked for hours - so I need command timeout to switch to another server. I need it within
Is it possible via connection string, specify to which schema refer, just to be more clear, I cannot refer to dbo, I have a schema named as the username, it's an shared hosting environment. This
Hi, I am trying to create an Entity Data Model project in Visual Studio 2010 that uses a .mdf file as it's database and am experiencing some difficulty. On this particular computer MS SQL Server
I was wondering if the connection string object for SQL Server 2008 would still work in Denali or would it be different?
Hello everyone. I'm having a really rough time with this so I figured I would ask. I haven't had much input on MSDN Forums. Here's my thread though if you'd like to see it: http://social.msd
Hi, I have created a database using Microsoft Visual Web developer 2008 express edition, which creates a .mdf file. I have converted that file to an .mdb file because that is what my ISP supports.
What connection string would I need to access an attached SQL Server 7 (SP3 version, to be precise) database located within a SQL Server 8.0 environment? This question is driving my work area bats
Hi we use,Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production We got a requirment to connect to SQL Server DB and get access a View. My DBA provided servername, DB name,User
How to write string connection for ADODB ?
I have a PC with two Oracle clients, each with his tnsname.ora. In it I created an ODBC connection (System Data Source). I want to know which of tnsname.ora is used to connect to the Oracle.
I am using the following connection string in web.config file for my application where both web server( Win 2003) and database server (sql 2005 EE) are running in the same machine. Source=.\\SQLEXP
I am trying to make a connection from an HTA to a SQL Server 2000 server on a network but only know the name of the server, not the IP address. The connection strings don't want to work with the serve
I have a problem with connection string for SQL Server 2008. I think it is connection string. It give me error 26 when i try to login. This is the connection string Data Source=192.168.0.1;Initial C
can someone tell me how to turn on/off encryption in the following connection string? ConnectionString: 'Provider=MSDASQL.1;Extended Properties="DRIVER={Oracle in CLIENT9201_HOME};.......
How to connect the postgres database from oracle database.
I am running Oracle 10g on an Windows XP system. How do I access data in a MS-eXcel spreadsheet from SQLPlus? I have set up the eXcel ODBC Driver. What does the following SQL Server code translate
I am trying to run a vb 2010 application using sql express 2008. I have the app on the server (ELDSRV1) and an instance og sql 2008 on both the server and my workstation (ELDWK1). I can run the app
Dear Experts How can connect to mydatabase of sql server express 2008 r2 on a virtual dedicated server of godaddy.com what should be connectionstring kindly help regards dheeaj kumar
I'm converting a web app to run on Azure. I want it to access a SQL\Express instance on my server. I have the endpoint setup, but I can't find a clear example of the connection string that I need. T
Hi Peeps, I am totally confused now. My application uses a direct connection, which works 100%. The string: Public sConn As New SqlConnection("Data Source='JUAN-PC';Initial Catalog='chromepos
Hi all, I am trying to figure out how to create my connection string so that I can use current logged on account for authentication with my remote SQL server. Currently I can connect to my SQL server
I need to rewrite a c# app that is accessing an SQL 2008 server via linked tables in MS Access. I have an ODBC connection on my pc to the SQL database located at our hosting facility. I am relatively