Click here to Skip to main content
15,914,481 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to embed javascript into php Pin
georgiek5014-Jan-04 15:14
georgiek5014-Jan-04 15:14 
QuestionHOW TO: get handle to opened window? Pin
vachnis12-Jan-04 7:16
vachnis12-Jan-04 7:16 
AnswerRe: HOW TO: get handle to opened window? Pin
alex.barylski12-Jan-04 23:23
alex.barylski12-Jan-04 23:23 
AnswerRe: HOW TO: get handle to opened window? Pin
l a u r e n14-Jan-04 13:06
l a u r e n14-Jan-04 13:06 
QuestionHow can create smtp and pop3 protocol? Pin
Member 79630511-Jan-04 22:48
Member 79630511-Jan-04 22:48 
AnswerRe: How can create smtp and pop3 protocol? Pin
alex.barylski12-Jan-04 23:34
alex.barylski12-Jan-04 23:34 
AnswerRe: How can create smtp and pop3 protocol? Pin
l a u r e n14-Jan-04 13:08
l a u r e n14-Jan-04 13:08 
QuestionHow to access Remote Database Pin
tmhai11-Jan-04 22:45
tmhai11-Jan-04 22:45 
Hi all,

I have a programe below to access remote database on server by Access db.
But i doesn't work and have a error:

set conn = Server.CreateObject("ADODB.Connection")
set rs = Server.CreateObject("ADODB.Recordset")
strconn="Provider=MS Remote;" &_
"Remote Server=http://intranetbk;" &_
"Remote Provider=Microsoft.Jet.OLEDB.4.0;" &_
"Data Source=C:\Websites\Intranet_unique\Database\intranet.mdb;"
conn.open strconn
sql="select * from employees"
rs.Open sql,conn,

when i run there an error as follow:
Error Type:
Microsoft ADO/RDS (0x800A20FF)
Internet Server Error.
/testdb.asp, line 14


Do you know this error? or do you have any programe in asp by accessing Access Database from remote machine?
Thanks your help in advance.

AnswerRe: How to access Remote Database Pin
l a u r e n14-Jan-04 13:10
l a u r e n14-Jan-04 13:10 
GeneralHTTP_REFERER Does not want to work Pin
Brendan Vogt11-Jan-04 21:48
Brendan Vogt11-Jan-04 21:48 
GeneralRe: HTTP_REFERER Does not want to work Pin
Marcie Jones12-Jan-04 7:57
Marcie Jones12-Jan-04 7:57 
GeneralRe: HTTP_REFERER Does not want to work Pin
Danoo12-Jan-04 23:42
Danoo12-Jan-04 23:42 
GeneralRe: HTTP_REFERER Does not want to work Pin
Brendan Vogt13-Jan-04 23:31
Brendan Vogt13-Jan-04 23:31 
GeneralRe: HTTP_REFERER Does not want to work Pin
l a u r e n14-Jan-04 13:15
l a u r e n14-Jan-04 13:15 
GeneralRe: HTTP_REFERER Does not want to work Pin
Anonymous15-Jan-04 2:20
Anonymous15-Jan-04 2:20 
GeneralRe: HTTP_REFERER Does not want to work Pin
l a u r e n15-Jan-04 5:24
l a u r e n15-Jan-04 5:24 
GeneralRe: HTTP_REFERER Does not want to work Pin
Brendan Vogt15-Jan-04 2:25
Brendan Vogt15-Jan-04 2:25 
GeneralASP User Impersonation Pin
Member 81243911-Jan-04 3:02
Member 81243911-Jan-04 3:02 
Generaljavascript question... Pin
l a u r e n9-Jan-04 20:49
l a u r e n9-Jan-04 20:49 
GeneralRe: javascript question... Pin
Paul Watson10-Jan-04 2:27
sitebuilderPaul Watson10-Jan-04 2:27 
GeneralRe: javascript question... Pin
l a u r e n10-Jan-04 5:45
l a u r e n10-Jan-04 5:45 
GeneralRe: javascript question... Pin
Maximilien11-Jan-04 9:40
Maximilien11-Jan-04 9:40 
GeneralRe: javascript question... Pin
l a u r e n11-Jan-04 12:28
l a u r e n11-Jan-04 12:28 
GeneralRe: javascript question... Pin
alex.barylski11-Jan-04 17:54
alex.barylski11-Jan-04 17:54 
GeneralRe: javascript question... Pin
l a u r e n11-Jan-04 18:11
l a u r e n11-Jan-04 18:11 

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.