Click here to Skip to main content
15,918,125 members
Home / Discussions / Database
   

Database

 
QuestionHow to open a sql 2005 database in sql server 2005 Pin
playout28-Jul-05 1:26
playout28-Jul-05 1:26 
AnswerRe: How to open a sql 2005 database in sql server 2005 Pin
Not Active29-Jul-05 11:54
mentorNot Active29-Jul-05 11:54 
GeneralConnection string Pin
SeLoRBIS28-Jul-05 1:17
SeLoRBIS28-Jul-05 1:17 
GeneralRe: Connection string Pin
Marc Soleda28-Jul-05 5:54
Marc Soleda28-Jul-05 5:54 
GeneralRe: Connection string Pin
SeLoRBIS30-Jul-05 8:16
SeLoRBIS30-Jul-05 8:16 
GeneralRe: Connection string Pin
Marc Soleda31-Jul-05 21:00
Marc Soleda31-Jul-05 21:00 
GeneralRe: Connection string Pin
SeLoRBIS5-Aug-05 7:41
SeLoRBIS5-Aug-05 7:41 
GeneralRe: Connection string Pin
Marc Soleda7-Aug-05 20:18
Marc Soleda7-Aug-05 20:18 
SeLoRBIS wrote:
But which solution do you use for get date directly from internet ?
I've always used a server (IIS[^]) that must have a DSN created pointing to the database. The connection string must specify the provider as "MS Remote":

set conn1 = new Connection
conn1.Open "Provider=MS Remote;" _
& "Remote Provider=MSDataShape;" _
& "Remote Server=http://www.domain_you_want.com;" _
& "Data Source=DNS_YOu_Specified;" _
& "User Id=User; Password=pwd;"

Marc Soleda

... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
GeneralUrgent !regarding sqlDataAdapter.Update Method Pin
Madni Abbasi28-Jul-05 0:31
Madni Abbasi28-Jul-05 0:31 
GeneralDB choice Pin
Marc Soleda27-Jul-05 22:33
Marc Soleda27-Jul-05 22:33 
GeneralRe: DB choice Pin
Hesham Amin29-Jul-05 2:47
Hesham Amin29-Jul-05 2:47 
GeneralSELECT Query in SQL Server 2000 Pin
Atul Kharecha27-Jul-05 21:41
Atul Kharecha27-Jul-05 21:41 
GeneralRe: SELECT Query in SQL Server 2000 Pin
maciekj28-Jul-05 3:19
maciekj28-Jul-05 3:19 
GeneralRe: SELECT Query in SQL Server 2000 Pin
Hesham Amin29-Jul-05 2:51
Hesham Amin29-Jul-05 2:51 
GeneralProblem with dataview Pin
Chetan Ranpariya27-Jul-05 19:33
Chetan Ranpariya27-Jul-05 19:33 
Generalado problem Pin
ting66827-Jul-05 18:20
ting66827-Jul-05 18:20 
GeneralRe: ado problem Pin
Marc Soleda28-Jul-05 5:57
Marc Soleda28-Jul-05 5:57 
GeneralRe: ado problem Pin
ting66828-Jul-05 16:57
ting66828-Jul-05 16:57 
GeneralRe: ado problem Pin
Marc Soleda28-Jul-05 20:57
Marc Soleda28-Jul-05 20:57 
GeneralConnect to Stored procedure in sql using ADO.NET FROM ASP.NET c# Pin
mtasaad27-Jul-05 18:19
mtasaad27-Jul-05 18:19 
GeneralRe: Connect to Stored procedure in sql using ADO.NET FROM ASP.NET c# Pin
Christian Graus27-Jul-05 18:29
protectorChristian Graus27-Jul-05 18:29 
GeneralChoice of Database Pin
nad226327-Jul-05 18:05
nad226327-Jul-05 18:05 
GeneralRe: Choice of Database Pin
Christian Graus27-Jul-05 18:09
protectorChristian Graus27-Jul-05 18:09 
GeneralRe: Choice of Database Pin
nad226328-Jul-05 5:43
nad226328-Jul-05 5:43 
GeneralRe: Choice of Database Pin
Christian Graus28-Jul-05 15:13
protectorChristian Graus28-Jul-05 15:13 

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.