PC Review


Reply
Thread Tools Rate Thread

dsn-less question!

 
 
Terry
Guest
Posts: n/a
 
      14th Feb 2007
I have website to capture registration information. I have to capture
credit card info and my isp tells me that frontpage extensions won't work on
their secured server. I created a page in dreamweaver to post the data and
am using Forms To Go to create the asp script file to make the post and do
the email cofirmations. My problem is I still want to use frontpage to
query the database. I got a dsn from my isp but they have to put the
database in the root/databases folder. FP can't see this folder. I asked
them to create the dsn to point to root/public/databases but they said they
can't.
They told me I would have to use dsn-less and gave me a link which listed
this script:

Set MyConn = Server.CreateObject("ADODB.Connection")
MdbFilePath = Server.MapPath("sample.mdb")
MyConn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath &
";"

I'm not sure what to modify in this script so that my asp script can post to
it.

Anybody help?




 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      15th Feb 2007
See response to your other identical post

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Terry" <(E-Mail Removed)> wrote in message news:e7FAE%(E-Mail Removed)...
|I have website to capture registration information. I have to capture
| credit card info and my isp tells me that frontpage extensions won't work on
| their secured server. I created a page in dreamweaver to post the data and
| am using Forms To Go to create the asp script file to make the post and do
| the email cofirmations. My problem is I still want to use frontpage to
| query the database. I got a dsn from my isp but they have to put the
| database in the root/databases folder. FP can't see this folder. I asked
| them to create the dsn to point to root/public/databases but they said they
| can't.
| They told me I would have to use dsn-less and gave me a link which listed
| this script:
|
| Set MyConn = Server.CreateObject("ADODB.Connection")
| MdbFilePath = Server.MapPath("sample.mdb")
| MyConn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath &
| ";"
|
| I'm not sure what to modify in this script so that my asp script can post to
| it.
|
| Anybody help?
|
|
|
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Perhaps and off topic question....but could use some help with video question.....I don't need codec help, just a general question. Bret Miller DIY PC 0 13th Oct 2006 12:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:31 PM.