Click here to Skip to main content
15,898,373 members
Home / Discussions / Database
   

Database

 
GeneralRe: FLOAT vs NUMERIC for financial transaction Pin
devvvy28-Jun-09 16:57
devvvy28-Jun-09 16:57 
GeneralRe: FLOAT vs NUMERIC for financial transaction Pin
Niladri_Biswas28-Jun-09 17:33
Niladri_Biswas28-Jun-09 17:33 
GeneralRe: FLOAT vs NUMERIC for financial transaction Pin
Niladri_Biswas28-Jun-09 22:30
Niladri_Biswas28-Jun-09 22:30 
GeneralRe: FLOAT vs NUMERIC for financial transaction Pin
devvvy30-Jun-09 13:49
devvvy30-Jun-09 13:49 
QuestionSQL Server Express and Visual C# Pin
kikeman28-Jun-09 7:56
kikeman28-Jun-09 7:56 
AnswerRe: SQL Server Express and Visual C# Pin
Henry Minute28-Jun-09 8:13
Henry Minute28-Jun-09 8:13 
QuestionRe: SQL Server Express and Visual C# Pin
kikeman29-Jun-09 6:26
kikeman29-Jun-09 6:26 
AnswerRe: SQL Server Express and Visual C# Pin
Henry Minute29-Jun-09 6:43
Henry Minute29-Jun-09 6:43 
QuestionRe: SQL Server Express and Visual C# Pin
kikeman30-Jun-09 7:40
kikeman30-Jun-09 7:40 
AnswerRe: SQL Server Express and Visual C# Pin
Henry Minute30-Jun-09 9:24
Henry Minute30-Jun-09 9:24 
AnswerRe: SQL Server Express and Visual C# Pin
Niladri_Biswas28-Jun-09 16:53
Niladri_Biswas28-Jun-09 16:53 
QuestionConversion failed when converting datetime from character string Pin
piticcotoc27-Jun-09 21:13
piticcotoc27-Jun-09 21:13 
AnswerRe: Conversion failed when converting datetime from character string [modified] Pin
Niladri_Biswas27-Jun-09 21:32
Niladri_Biswas27-Jun-09 21:32 
GeneralRe: Conversion failed when converting datetime from character string Pin
piticcotoc27-Jun-09 21:39
piticcotoc27-Jun-09 21:39 
GeneralRe: Conversion failed when converting datetime from character string Pin
Niladri_Biswas27-Jun-09 21:59
Niladri_Biswas27-Jun-09 21:59 
GeneralRe: Conversion failed when converting datetime from character string Pin
piticcotoc28-Jun-09 0:27
piticcotoc28-Jun-09 0:27 
GeneralRe: Conversion failed when converting datetime from character string Pin
piticcotoc28-Jun-09 0:31
piticcotoc28-Jun-09 0:31 
GeneralRe: Conversion failed when converting datetime from character string [modified] Pin
Niladri_Biswas28-Jun-09 16:00
Niladri_Biswas28-Jun-09 16:00 
GeneralRe: Conversion failed when converting datetime from character string Pin
Luc Pattyn28-Jun-09 16:14
sitebuilderLuc Pattyn28-Jun-09 16:14 
GeneralRe: Conversion failed when converting datetime from character string Pin
Niladri_Biswas28-Jun-09 16:55
Niladri_Biswas28-Jun-09 16:55 
GeneralRe: Conversion failed when converting datetime from character string Pin
piticcotoc28-Jun-09 19:33
piticcotoc28-Jun-09 19:33 
QuestionConnecting to SQL 2000 Server from the Internet using public IP Address Pin
Thayhor27-Jun-09 15:22
Thayhor27-Jun-09 15:22 
I have been trying to solve this for quite sometime, I have google it as well. My connection string is as follows: "Data Source=xxx.xxx.8.20,1433;Network Library=DBMSSOCN;Initial Catalog=myDatabase;Trusted_Connection=Yes;"

Though my remote server is SQL 2000 Server. On my developer platform I have SQL 2005 and 2000, but whenever I debug the application, it is giving the error:

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)

I can ping the remote server. I can also connect to the server from the studio, please what can I do to solve this problem.

Thank you in advance.

Thayhor
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 

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.