Click here to Skip to main content
16,004,887 members
Home / Discussions / Database
   

Database

 
GeneralRe: DELETE FROM ... not affecting the table? Pin
David Wulff10-Feb-02 10:00
David Wulff10-Feb-02 10:00 
GeneralSQL Authentication Pin
Mike Osbahr28-Jan-02 4:32
Mike Osbahr28-Jan-02 4:32 
Generalset Request Value option on the field ! Pin
Hadi Rezaee27-Jan-02 10:15
Hadi Rezaee27-Jan-02 10:15 
GeneralOLE-DB connection Pin
User 988527-Jan-02 7:01
User 988527-Jan-02 7:01 
QuestionCan you show me about SQL Server 7.0 Pin
25-Jan-02 7:39
suss25-Jan-02 7:39 
AnswerRe: Can you show me about SQL Server 7.0 Pin
Carlos Antollini25-Jan-02 7:51
Carlos Antollini25-Jan-02 7:51 
GeneralSpecifying a connection should use TCP/IP Pin
James T. Johnson24-Jan-02 12:23
James T. Johnson24-Jan-02 12:23 
GeneralRe: Specifying a connection should use TCP/IP Pin
AndyG26-Jan-02 8:22
AndyG26-Jan-02 8:22 
You could try configuring Client Network Utility on all the clients but that could get messy and I'm not totally positive it would fix your problem. You also might want to configure the Server Network Utility to only allow TCP/IP connections.

Try adding this to your ADO connection strings:

"Network=dbmssocn; Data Source=database.mycompany.com, 1433;"

1433 is the port SQL Server runs on by default. If you have SQL Server running on any other port, then specify it there. But if you know the default port is being used, I think the ", 1433" is optional in the connection string.

This may also be of interest:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q238949

Andy Gaskell, MCSD
GeneralRe: Specifying a connection should use TCP/IP Pin
James T. Johnson26-Jan-02 19:44
James T. Johnson26-Jan-02 19:44 
GeneralCHAR, adVarWChar, CString Pin
David Pokluda22-Jan-02 21:12
David Pokluda22-Jan-02 21:12 
GeneralADO Data Control Pin
22-Jan-02 20:37
suss22-Jan-02 20:37 
Questionwhich data type responding to DBTYPE_DBTIMESTAMP? Pin
Aaron K.B. Huang18-Jan-02 2:17
Aaron K.B. Huang18-Jan-02 2:17 
AnswerRe: which data type responding to DBTYPE_DBTIMESTAMP? Pin
Konstantin Vasserman18-Jan-02 2:30
Konstantin Vasserman18-Jan-02 2:30 
GeneralRe: which data type responding to DBTYPE_DBTIMESTAMP? Pin
Aaron K.B. Huang18-Jan-02 21:56
Aaron K.B. Huang18-Jan-02 21:56 
GeneralMemory leak when connecting to an Excel data source usin ODBC Pin
Martin Fridegren15-Jan-02 3:33
Martin Fridegren15-Jan-02 3:33 
GeneralAbout Provider's memeory manager Pin
Jeason Zhao14-Jan-02 23:13
Jeason Zhao14-Jan-02 23:13 
Generalexecution speed... Pin
l a u r e n14-Jan-02 6:20
l a u r e n14-Jan-02 6:20 
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 7:18
Konstantin Vasserman14-Jan-02 7:18 
GeneralRe: execution speed... Pin
Daniel Turini14-Jan-02 8:35
Daniel Turini14-Jan-02 8:35 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:13
Carlos Antollini14-Jan-02 9:13 
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 9:17
Konstantin Vasserman14-Jan-02 9:17 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:45
Carlos Antollini14-Jan-02 9:45 
GeneralRe: execution speed... Pin
Konstantin Vasserman14-Jan-02 9:51
Konstantin Vasserman14-Jan-02 9:51 
GeneralRe: execution speed... Pin
Carlos Antollini14-Jan-02 9:54
Carlos Antollini14-Jan-02 9:54 
GeneralRe: execution speed... Pin
l a u r e n14-Jan-02 9:17
l a u r e n14-Jan-02 9:17 

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.