Click here to Skip to main content
16,011,120 members
Home / Discussions / Database
   

Database

 
GeneralRe: ADO.NET & SQL Pin
Morten Abrahamsen22-Oct-02 1:45
Morten Abrahamsen22-Oct-02 1:45 
QuestionHelp with recordsets: How to get the value of a primary key? Pin
nde_plume16-Oct-02 5:21
nde_plume16-Oct-02 5:21 
AnswerRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:32
protectorNick Parker16-Oct-02 5:32 
GeneralRe: Help with recordsets: How to get the value of a primary key? Pin
Daniel Turini16-Oct-02 5:39
Daniel Turini16-Oct-02 5:39 
GeneralRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:44
protectorNick Parker16-Oct-02 5:44 
AnswerRe: Help with recordsets: How to get the value of a primary key? Pin
Richard Deeming17-Oct-02 23:58
mveRichard Deeming17-Oct-02 23:58 
GeneralMSDE - localhost Pin
Andy H15-Oct-02 12:52
Andy H15-Oct-02 12:52 
GeneralRe: MSDE - localhost Pin
Russell Morris15-Oct-02 16:13
Russell Morris15-Oct-02 16:13 
'\\MyPCName\MSDE' would seem to indicate a network share path, whereas 'localhost' will resolve to the IP address 127.0.0.1

From the little bit of work I've done with SQL Server (as I understand it, MSDE is a mini SQL Server), there are a couple different communication/transport mechanisms it can use. One is TCP/IP, which would use an IP address to connect, and another is using Named Pipes, which would use the netbios-style shares like '\\MyPCName\MSDE'.

I'm guessing that the ADO.NET samples are connecting to the MSDE via TCP/IP, which is why they specify 'localhost' as the server parameter. Poke around in the MSDE settings and see if it mentions anything about being able to communicate to DB clients via TCP/IP...

Sorry I can't be of more help - but it's been years since I fiddled with SQL Server, and I've never even touched MSDE...

--
Russell Morris

"Have you gone mad Frink? Put down that science pole!"
GeneralRe: MSDE - localhost Pin
Steve S15-Oct-02 23:43
Steve S15-Oct-02 23:43 
GeneralTable Variables as Stored Procedure Parameters Pin
Alex Deem15-Oct-02 6:47
Alex Deem15-Oct-02 6:47 
GeneralRe: Table Variables as Stored Procedure Parameters Pin
Richard Deeming18-Oct-02 0:13
mveRichard Deeming18-Oct-02 0:13 
GeneralRe: Table Variables as Stored Procedure Parameters Pin
Morten Abrahamsen22-Oct-02 2:14
Morten Abrahamsen22-Oct-02 2:14 
GeneralSQL equivalent of Access Memo feild Pin
Ray Cassick15-Oct-02 2:19
Ray Cassick15-Oct-02 2:19 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 3:17
sitebuilderPaul Watson15-Oct-02 3:17 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 3:59
Jon Hulatt15-Oct-02 3:59 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 4:51
sitebuilderPaul Watson15-Oct-02 4:51 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 5:07
Jon Hulatt15-Oct-02 5:07 
GeneralRe: SQL equivalent of Access Memo feild Pin
Ray Cassick15-Oct-02 4:35
Ray Cassick15-Oct-02 4:35 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 4:57
sitebuilderPaul Watson15-Oct-02 4:57 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 5:12
Jon Hulatt15-Oct-02 5:12 
GeneralRe: SQL equivalent of Access Memo feild Pin
William Forney15-Oct-02 6:25
William Forney15-Oct-02 6:25 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 6:35
Jon Hulatt15-Oct-02 6:35 
GeneralCase Sensitive Comparison Method Pin
Kerry Chou14-Oct-02 16:07
Kerry Chou14-Oct-02 16:07 
GeneralRe: Case Sensitive Comparison Method Pin
Jon Hulatt14-Oct-02 22:03
Jon Hulatt14-Oct-02 22:03 
GeneralRe: Case Sensitive Comparison Method Pin
Rein Hillmann14-Oct-02 22:37
Rein Hillmann14-Oct-02 22:37 

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.