No announcements
Found 871438 threads
-
0 Votes
change connection sting in config.app ?
> i connect the datagrid to database using wizard ..... now the connection > string is in config.app.. it has a password and user to access to > ...Answered | 1 Replies | 3130 Views | Created by night111 - Sunday, June 5, 2011 7:28 PM | Last reply by darnold924 - Sunday, June 5, 2011 7:37 PM -
0 Votes
How to handle connection failure with EF?
I want to use linq commands and have it handled so that the linq commands will retry in the case of a bad network connection a couple of times automatically.Answered | 12 Replies | 14120 Views | Created by JohnGalt - Friday, April 16, 2010 8:22 PM | Last reply by JohnGalt - Tuesday, June 24, 2014 4:11 PM -
0 Votes
Error handling on Connection Manager Expression
When you say goto the Error Handling tab which task are you referring to.Answered | 8 Replies | 3718 Views | Created by Mr Shaw - Friday, September 3, 2010 11:09 AM | Last reply by Mr Shaw - Friday, September 3, 2010 3:26 PM -
0 Votes
No Connection Sting handle
It does not require a dbc or any connection object, Just a connection string.Answered | 6 Replies | 3668 Views | Created by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Monday, June 26, 2006 6:39 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Monday, December 10, 2007 2:02 PM -
1 Votes
Exception handling in SSIS Package Dynamic Connections and When It failed to connect to DB
Exception handling in SSIS Package Dynamic Connection Hello All, I have a SSIS Package where one of the connection is Dynamic ...Answered | 3 Replies | 912 Views | Created by Shivendoo Kumar Dubey - Friday, October 25, 2019 6:03 AM | Last reply by Mona Lv - Monday, October 28, 2019 2:31 AM -
1 Votes
Compare two arrays of stings
Hello I've got two arrays of serial numbers, that I would like to compare against each other, and find the difference if any. With C# whats the best ...Answered | 4 Replies | 3337 Views | Created by William256 - Tuesday, August 31, 2010 12:28 PM | Last reply by Ali Hamdar - Tuesday, August 31, 2010 1:16 PM -
0 Votes
how to handle Connection failure errors in SSIS packages
In this case, the validation of connection managers will not execute until run time.Answered | 7 Replies | 8960 Views | Created by Bhushan W Juare - Thursday, November 10, 2011 1:48 PM | Last reply by TiagoPSilva - Monday, February 6, 2017 7:32 PM -
0 Votes
Multiple connection strings handling
After those steps, you can make a correct connection string for the current user.Answered | 3 Replies | 3621 Views | Created by Y a h y a - Wednesday, April 27, 2011 10:16 PM | Last reply by Mike Dos Zhang - Monday, May 2, 2011 6:23 AM -
1 Votes
c# winform Sting comparison
i am creating a conundrum game but i cant seem to get the game to compare strings. the problem i have is that i need the game to look at the original word and the user text, see if ...Answered | 5 Replies | 1119 Views | Created by Chronics - Wednesday, April 23, 2014 12:08 PM | Last reply by Magnus (MM8) - Wednesday, April 23, 2014 2:33 PM -
0 Votes
Exception handling in SSIS Package Dynamic Connection Not Found
You have test the connection string before using the same...Answered | 1 Replies | 4012 Views | Created by Kinnan nawaz - Saturday, August 3, 2013 9:36 PM | Last reply by Prajesh - Sunday, August 4, 2013 11:06 AM -
0 Votes
how to call Dynamic Sql Statement in Excel sting connection
Hi , I have a stored procedure created in Sql server Create procedure n as Begin Declare @P nvarchar(1000) ...Answered | 1 Replies | 1706 Views | Created by vgvchinna - Friday, January 9, 2015 11:15 AM | Last reply by Starian chen - Monday, January 12, 2015 6:12 AM -
1 Votes
validate if a sting has | (pipe )
Hi In a file i am seperating columns with "|" symbol. like -- lstColumns = singleLine.Split( before ...Answered | 5 Replies | 2965 Views | Created by K M SH - Saturday, August 25, 2012 10:46 AM | Last reply by Viorel_ - Monday, August 27, 2012 11:38 AM -
1 Votes
Remote Desktop Connection Broker connection string
So you not find any connection sting examples for Access since there is no context in which Access applies to your question.Answered | 1 Replies | 1304 Views | Created by Philosophiae - Monday, September 14, 2015 9:24 PM | Last reply by Albert D. Kallal - Tuesday, September 15, 2015 1:42 AM -
0 Votes
Encrypt connection sting
User991499041 posted Hi Brucey, hi folks, it's ok I found the answer ...Answered | 3 Replies | 107 Views | Created by Anonymous - Thursday, November 16, 2017 2:22 PM | Last reply by Anonymous - Monday, November 20, 2017 8:37 AM -
0 Votes
Give NULL if sting/textbox is emply
Hi, I want to provide a null value to the statement below if the textbox is empty. I'm wondering if there is a better way of providing a "null" value to my parameter below besides ...Answered | 8 Replies | 3129 Views | Created by myNameIsRon - Friday, April 16, 2010 5:05 PM | Last reply by myNameIsRon - Saturday, April 17, 2010 12:19 AM -
0 Votes
sting date to datetime conversion in ssis
Hi all, I have a source .csv file with date format as feb 2 2008 12:00:00:000AM and I need to convert into datetime 2008-02-02 12:00:00:000 in sql database. Could ...Answered | 4 Replies | 4823 Views | Created by Prav_SQL - Friday, March 19, 2010 8:46 AM | Last reply by Prav_SQL - Saturday, March 20, 2010 6:42 AM -
0 Votes
c# update sting paths issue
ok im having a issue here where my program once i select the path in another class it does not update the string paths aka this gif of issue ...Answered | 8 Replies | 684 Views | Created by elfenliedtopfan55 - Tuesday, January 5, 2016 8:53 PM | Last reply by Matthew LEAN . D - Thursday, January 7, 2016 6:19 AM -
0 Votes
retrieve data from database as a Sting...
hi, i developing a site in asp.net C# using SQL Server 2008. i wanna retrieve data as string from database, data will flow by help of ...Answered | 1 Replies | 5690 Views | Created by rony08cse36KU - Monday, February 7, 2011 7:41 PM | Last reply by Chintak Chhapia - Monday, February 7, 2011 8:02 PM -
0 Votes
Create ODBC connection, don't open, dispose it, handle leaks
Read the ODBC API specification to determine exactly how the handle count works.Answered | 2 Replies | 794 Views | Created by Xaade - Tuesday, September 22, 2015 5:34 PM | Last reply by Kristin Xie - Thursday, September 24, 2015 6:41 AM -
0 Votes
VS2012 - Handling temporary loss of network connection on an agent machine during execution
The problem is, during the application installation a network filter driver is installed which causes the network connection to restart.Answered | 1 Replies | 865 Views | Created by Paddy Close - Wednesday, February 27, 2013 10:00 AM | Last reply by Jack Zhai-MSFT - Friday, March 1, 2013 8:12 AM - Items 1 to 20 of 871438 Next ›
No announcements