Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: dropdownlist in datagrid Pin
miah alom19-Aug-05 6:24
miah alom19-Aug-05 6:24 
GeneralHELP unable to connect to sql server Pin
christy1818-Aug-05 23:56
christy1818-Aug-05 23:56 
GeneralRe: HELP unable to connect to sql server Pin
Colin Angus Mackay19-Aug-05 0:21
Colin Angus Mackay19-Aug-05 0:21 
GeneralRe: an aside: localhost Pin
Scott Serl19-Aug-05 10:28
Scott Serl19-Aug-05 10:28 
GeneralRe: an aside: localhost Pin
Luis Alonso Ramos19-Aug-05 14:26
Luis Alonso Ramos19-Aug-05 14:26 
GeneralRe: an aside: localhost Pin
Scott Serl20-Aug-05 7:29
Scott Serl20-Aug-05 7:29 
GeneralThank you Pin
christy1819-Aug-05 18:06
christy1819-Aug-05 18:06 
GeneralRe: HELP unable to connect to sql server Pin
Rob Graham20-Aug-05 4:01
Rob Graham20-Aug-05 4:01 
localhost is a TCPIP or DNS name for your local computer. It will only work in the connection string for SQL server if the TCPIP client transport is installed and enabled, and there is an active network connection (or loopback connection). "(local)" is an SQL Server name recognised as the local instance of the SQL server, and connection is made using shared memory (SQL2k) or named pipes (SQL7). The reason localhost sometimes works and sometimes doesn't is likely related to the way the networking on the computer is (or isn't) set up.

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

GeneralUsing Check Boxes Pin
Binary011018-Aug-05 8:52
Binary011018-Aug-05 8:52 
GeneralRe: Using Check Boxes Pin
Christian Graus18-Aug-05 17:01
protectorChristian Graus18-Aug-05 17:01 
GeneralRe: Using Check Boxes Pin
Binary011018-Aug-05 20:44
Binary011018-Aug-05 20:44 
GeneralRe: Using Check Boxes Pin
toxcct18-Aug-05 20:37
toxcct18-Aug-05 20:37 
GeneralRe: Using Check Boxes Pin
miah alom19-Aug-05 6:42
miah alom19-Aug-05 6:42 
GeneralAbstraction Layer Factory Tool Pin
Tristan Rhodes18-Aug-05 2:26
Tristan Rhodes18-Aug-05 2:26 
GeneralRe: Abstraction Layer Factory Tool Pin
miah alom19-Aug-05 6:27
miah alom19-Aug-05 6:27 
GeneralRe: Abstraction Layer Factory Tool Pin
airbus38021-Aug-05 2:37
airbus38021-Aug-05 2:37 
GeneralHelp with crystal reports!!!! Pin
korso_rogan17-Aug-05 23:39
korso_rogan17-Aug-05 23:39 
GeneralCannot open backup device Pin
dhtuan17-Aug-05 22:21
dhtuan17-Aug-05 22:21 
Generalusing describe with MS Access Pin
mhmo17-Aug-05 6:57
mhmo17-Aug-05 6:57 
GeneralRe: using describe with MS Access Pin
Rob Graham17-Aug-05 10:20
Rob Graham17-Aug-05 10:20 
GeneralDisconnected Data Question Pin
matthias s.17-Aug-05 6:26
matthias s.17-Aug-05 6:26 
GeneralRe: Disconnected Data Question Pin
ToddHileHoffer17-Aug-05 9:42
ToddHileHoffer17-Aug-05 9:42 
GeneralRe: Disconnected Data Question Pin
miah alom19-Aug-05 6:30
miah alom19-Aug-05 6:30 
QuestionSQL 2000 - IF / THEN bug? Pin
Anthony Ford17-Aug-05 5:11
Anthony Ford17-Aug-05 5:11 
AnswerRe: SQL 2000 - IF / THEN bug? Pin
ToddHileHoffer17-Aug-05 9:46
ToddHileHoffer17-Aug-05 9:46 

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.