Click here to Skip to main content
15,915,048 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launch Mail Recipient programmatically Pin
tarasn31-Jan-06 4:39
tarasn31-Jan-06 4:39 
QuestionAdding annotations to PDF's programmatically Pin
NewbieDude30-Jan-06 19:34
NewbieDude30-Jan-06 19:34 
AnswerRe: Adding annotations to PDF's programmatically Pin
Member 777370224-Aug-11 7:22
Member 777370224-Aug-11 7:22 
Questionget now playing from media player Pin
cozmo202330-Jan-06 19:32
cozmo202330-Jan-06 19:32 
AnswerRe: get now playing from media player Pin
James Gupta30-Jan-06 21:29
professionalJames Gupta30-Jan-06 21:29 
QuestionopenGL in c# Pin
gulmisal30-Jan-06 18:52
gulmisal30-Jan-06 18:52 
AnswerRe: openGL in c# Pin
Joshua Quick30-Jan-06 21:21
Joshua Quick30-Jan-06 21:21 
AnswerRe: openGL in c# Pin
[Marc]31-Jan-06 3:07
[Marc]31-Jan-06 3:07 
QuestionHow can i do that please Pin
snouto30-Jan-06 13:50
snouto30-Jan-06 13:50 
AnswerRe: How can i do that please Pin
Gavin Taylor30-Jan-06 16:12
professionalGavin Taylor30-Jan-06 16:12 
Questionicons Pin
relsirc30-Jan-06 13:43
relsirc30-Jan-06 13:43 
AnswerRe: icons Pin
James Gupta30-Jan-06 13:52
professionalJames Gupta30-Jan-06 13:52 
AnswerRe: icons Pin
AB777130-Jan-06 18:20
AB777130-Jan-06 18:20 
GeneralRe: icons Pin
James Gupta30-Jan-06 21:27
professionalJames Gupta30-Jan-06 21:27 
GeneralRe: icons Pin
AB777130-Jan-06 21:36
AB777130-Jan-06 21:36 
QuestionSystem.Diagnostic.Process - execute and monitor return code? Pin
devfendar30-Jan-06 13:10
devfendar30-Jan-06 13:10 
AnswerRe: System.Diagnostic.Process - execute and monitor return code? Pin
Mark Greenwood30-Jan-06 17:57
Mark Greenwood30-Jan-06 17:57 
GeneralRe: System.Diagnostic.Process - execute and monitor return code? Pin
devfendar30-Jan-06 23:53
devfendar30-Jan-06 23:53 
QuestionHow is this done? Pin
TMF32030-Jan-06 12:28
TMF32030-Jan-06 12:28 
QuestionconnectionString update not working Pin
Eugenio Lysei Junior30-Jan-06 12:12
Eugenio Lysei Junior30-Jan-06 12:12 
I've updated a connectionString manually on IIS and restarted Web site,
but previously working INSERT is not working to the new data source.
New connectionString is okay (see details below).
I know I can have multiple connectionStrings, but don't know
how to select one of them on the fly.
I don't know how to handle this situation.
Any help will be very appreciated.
Thanks in advance!

Eugenio

DETAILS:

I'm running an ASP.NET Web Service (IIS 5.1).
Web service INSERTs a couple of records successfully into a DataSet
created using DataSet Wizard on VS2005 to a SQLEXPRESS on local machine.

I've the same database on a remote SQLSERVER (that I can access thru
MS SQLServer Mgmt Studio Express), and wanna INSERT data to it.
So I manually changed Web.config to the new connectionString on IIS and
restarted the Web site that I'm using. Data obviously did not go to the
old database, but it did not go to the new too! (although my code haven't
thrown any exception). Data has been lost.

Second turn, I configured the code to use an ODBC System DSN to the
old and okay database. Worked fine. Changed the DSN settings to the
remote database (connectionString remained the same) as restarted
Web site on ISS. The same behaviour got before: data was lost!


Eugenio
Questionprevent Cut 'n' Paste Pin
Greg_R30-Jan-06 10:57
Greg_R30-Jan-06 10:57 
AnswerRe: prevent Cut 'n' Paste Pin
likefood30-Jan-06 11:03
likefood30-Jan-06 11:03 
AnswerRe: prevent Cut 'n' Paste Pin
Office Lineman30-Jan-06 11:45
Office Lineman30-Jan-06 11:45 
GeneralRe: prevent Cut 'n' Paste Pin
likefood30-Jan-06 12:14
likefood30-Jan-06 12:14 
AnswerRe: prevent Cut 'n' Paste Pin
Michael Dunn30-Jan-06 13:12
sitebuilderMichael Dunn30-Jan-06 13:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.