Click here to Skip to main content
15,888,321 members
Home / Discussions / Database
   

Database

 
AnswerRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Niladri_Biswas27-Jun-09 16:24
Niladri_Biswas27-Jun-09 16:24 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Thayhor27-Jun-09 20:41
Thayhor27-Jun-09 20:41 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address [modified] Pin
Thayhor27-Jun-09 20:58
Thayhor27-Jun-09 20:58 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Jerry Hammond28-Jun-09 17:15
Jerry Hammond28-Jun-09 17:15 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Niladri_Biswas28-Jun-09 17:39
Niladri_Biswas28-Jun-09 17:39 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Sujay chakraborty28-Jun-09 16:36
Sujay chakraborty28-Jun-09 16:36 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Niladri_Biswas28-Jun-09 17:47
Niladri_Biswas28-Jun-09 17:47 
GeneralRe: Connecting to SQL 2000 Server from the Internet using public IP Address Pin
Sujay chakraborty28-Jun-09 18:16
Sujay chakraborty28-Jun-09 18:16 
Hello Niladri,

Thanks for the quick response. Well actually i am new in developing and not having that much sense. I was wondering if you could please provide me with some detailed step by step configuration of sql server. As far as ports are concerned i think we can put it in between 1433-1444 and i have given it 1438. but still i am stuck with two errors:
A dialog box (Not from VS 2005 that's for sure) appears with the following error - Invalid Parameter and then asking to enable JIT in my machine.config file to debug the issue
Similarly another dialog box occurs this time with the error msg as Object reference not set to the instance of object. and i am sure this is also not comming from vs 2005 because i have put my code in try.... catch and have a different messagebox to display the exception.

....
Using System.Data.SqlClient;
....
....
SqlConnection oSQLConn = new SqlConnection();
.....
oSQLConn.ConnectionString = "Network Library=DBMSSOCN; Data Source=xxx.xxx.xxx.xxx,1438;Initial Catalog=databaseName;User ID=myUsername;Password=myPassword"


Please guide me further in the issue

Regards
Sujay
QuestionSQL Issue during database creation Pin
Bahram.Zarrin27-Jun-09 5:42
Bahram.Zarrin27-Jun-09 5:42 
AnswerRe: SQL Issue during database creation Pin
Luc Pattyn27-Jun-09 6:09
sitebuilderLuc Pattyn27-Jun-09 6:09 
AnswerRe: SQL Issue during database creation Pin
Jerry Hammond28-Jun-09 17:19
Jerry Hammond28-Jun-09 17:19 
QuestionWhere the SSIS package saved in SQL2005 Pin
Aman786Singh27-Jun-09 3:39
Aman786Singh27-Jun-09 3:39 
AnswerRe: Where the SSIS package saved in SQL2005 Pin
Niladri_Biswas27-Jun-09 17:13
Niladri_Biswas27-Jun-09 17:13 
QuestionStored procedure help Pin
paypony27-Jun-09 1:34
paypony27-Jun-09 1:34 
AnswerRe: Stored procedure help Pin
Niladri_Biswas27-Jun-09 6:05
Niladri_Biswas27-Jun-09 6:05 
QuestionFetching dependent records from the same table Pin
Neeraj Kr26-Jun-09 7:12
Neeraj Kr26-Jun-09 7:12 
AnswerRe: Fetching dependent records from the same table [modified] Pin
Niladri_Biswas26-Jun-09 15:54
Niladri_Biswas26-Jun-09 15:54 
GeneralRe: Fetching dependent records from the same table Pin
Neeraj Kr26-Jun-09 19:45
Neeraj Kr26-Jun-09 19:45 
AnswerRe: Fetching dependent records from the same table Pin
Mycroft Holmes27-Jun-09 0:37
professionalMycroft Holmes27-Jun-09 0:37 
AnswerRe: Fetching dependent records from the same table Pin
Niladri_Biswas27-Jun-09 16:05
Niladri_Biswas27-Jun-09 16:05 
GeneralRe: Fetching dependent records from the same table Pin
Neeraj Kr27-Jun-09 16:42
Neeraj Kr27-Jun-09 16:42 
GeneralRe: Fetching dependent records from the same table [modified] Pin
Niladri_Biswas27-Jun-09 16:59
Niladri_Biswas27-Jun-09 16:59 
QuestionDevelop own small database-system Pin
softwarejaeger26-Jun-09 6:21
softwarejaeger26-Jun-09 6:21 
AnswerRe: Develop own small database-system Pin
Luc Pattyn26-Jun-09 6:55
sitebuilderLuc Pattyn26-Jun-09 6:55 
GeneralRe: Develop own small database-system Pin
softwarejaeger26-Jun-09 7:04
softwarejaeger26-Jun-09 7:04 

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.