Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: Csharp .Net image processing error Pin
OriginalGriff14-Apr-10 6:14
mveOriginalGriff14-Apr-10 6:14 
GeneralRe: Csharp .Net image processing error Pin
Luc Pattyn14-Apr-10 6:37
sitebuilderLuc Pattyn14-Apr-10 6:37 
GeneralRe: Csharp .Net image processing error Pin
OriginalGriff14-Apr-10 8:12
mveOriginalGriff14-Apr-10 8:12 
QuestionProgramatically Connect to SQL Server instance After the VPN Connection is Established [modified] Pin
Vimalsoft(Pty) Ltd14-Apr-10 4:17
professionalVimalsoft(Pty) Ltd14-Apr-10 4:17 
AnswerRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Eddy Vluggen14-Apr-10 5:08
professionalEddy Vluggen14-Apr-10 5:08 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Vimalsoft(Pty) Ltd14-Apr-10 21:43
professionalVimalsoft(Pty) Ltd14-Apr-10 21:43 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Eddy Vluggen14-Apr-10 22:48
professionalEddy Vluggen14-Apr-10 22:48 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Vimalsoft(Pty) Ltd15-Apr-10 21:51
professionalVimalsoft(Pty) Ltd15-Apr-10 21:51 
Good Day Eddy

i have enabled the SQl Browser and changed my Connection string to be something like this
Data Source=tcp:196.211.164.122\ABC\SUTSVR,1433;Initial Catalog=pubs;User ID=sa;Password=OOPS


and i was able to connect to the SQL Server, and i tried to run an insert on a test table, and i found errors that says the stored procedure does not exist. Because i have SQL 2000 that was installed a long time ago and i have a SQL 2008 instance, i assume it trying to connect to SQL 2000 as it might be a default instance. What i did to confirm this i wrote a query that will return the version of SQL and bind it to a Label and it came back as SQL 2000 and now my problem is that i used the correct instance name, not the SQL 2000 instance name, but it connect to SQL 2000 not SQL 2008.The SQl 2000 and SQL 2008 uses the same port 1433, how can i make SQL 2008 a default instance, because the Instance name of the SQL2000 is equal to the name of the Server (ABC)and the SQl 2008 instance is ABC\SUTSVR how do i change the default to SQL
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Eddy Vluggen16-Apr-10 2:34
professionalEddy Vluggen16-Apr-10 2:34 
GeneralRe: Programatically Connect to SQL Server instance After the VPN Connection is Established Pin
Vimalsoft(Pty) Ltd18-Apr-10 20:52
professionalVimalsoft(Pty) Ltd18-Apr-10 20:52 
QuestionConnect to my database csharp smart device Pin
Tunisien8614-Apr-10 2:41
Tunisien8614-Apr-10 2:41 
AnswerRe: Connect to my database csharp smart device Pin
Eddy Vluggen14-Apr-10 2:58
professionalEddy Vluggen14-Apr-10 2:58 
GeneralRe: Connect to my database csharp smart device Pin
Tunisien8614-Apr-10 3:30
Tunisien8614-Apr-10 3:30 
GeneralRe: Connect to my database csharp smart device Pin
Eddy Vluggen14-Apr-10 3:34
professionalEddy Vluggen14-Apr-10 3:34 
GeneralRe: Connect to my database csharp smart device Pin
Tunisien8614-Apr-10 4:28
Tunisien8614-Apr-10 4:28 
GeneralRe: Connect to my database csharp smart device Pin
Eddy Vluggen14-Apr-10 4:48
professionalEddy Vluggen14-Apr-10 4:48 
GeneralRe: Connect to my database csharp smart device Pin
Tunisien8614-Apr-10 4:50
Tunisien8614-Apr-10 4:50 
GeneralRe: Connect to my database csharp smart device Pin
Eddy Vluggen14-Apr-10 5:02
professionalEddy Vluggen14-Apr-10 5:02 
GeneralRe: Connect to my database csharp smart device Pin
Tunisien8614-Apr-10 5:13
Tunisien8614-Apr-10 5:13 
GeneralRe: Connect to my database csharp smart device Pin
Eddy Vluggen14-Apr-10 5:29
professionalEddy Vluggen14-Apr-10 5:29 
AnswerRe: Connect to my database csharp smart device Pin
Tunisien8619-Apr-10 23:02
Tunisien8619-Apr-10 23:02 
GeneralRe: Connect to my database csharp smart device Pin
Eddy Vluggen20-Apr-10 1:38
professionalEddy Vluggen20-Apr-10 1:38 
Questionhow to load data faster from Sql Server into combobox Pin
sudhir behera14-Apr-10 1:02
sudhir behera14-Apr-10 1:02 
AnswerRe: how to load data faster from Sql Server into combobox Pin
Keith Barrow14-Apr-10 1:23
professionalKeith Barrow14-Apr-10 1:23 
AnswerRe: how to load data faster from Sql Server into combobox Pin
Luc Pattyn14-Apr-10 1:23
sitebuilderLuc Pattyn14-Apr-10 1:23 

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.