Ask a Question related to ASP Database, Design and Development.
-
Jeremy #1
Code to verify DSN
Does anyone have a simple code that will verify whether or not the DSN
I had the ISP set up is working? I can't seem to get it right...
Thanks,
Jeremy
Jeremy Guest
-
VERIFY MY CODE
my code is :<a href "http://admin.priorityclick.com/leadsadmin/basic authenticate.jsp?#session.admin_name##CFID=#CFID#CFTOKEN=#CFTOKEN# IS THIS... -
How to verify array
Hi, Can someone tell me how to verify array. I read excel file and store it in the range array. However, if excel sheet some cell is empty. then... -
Perl code to verify web site (SSL) certificate
I have been searching for a script that will allow me to connect to a https web site and confirm that the web server has valid dates and the... -
Verify cookies
I'm having trouble verifying the cookie that I leave on a client's computer. Here is the code: <% Dim sPath, filesys, count, getValue, update,... -
XP ntbackup can't verify iis.dll
I am experiencing a probably harmless but annoying problem when trying to make a system state backup using ntbackup on XP professional. Although... -
Bob Barrows [MVP] #2
Re: Code to verify DSN
Jeremy wrote:
Don't bother. Use DSN-less connection strings, preferably with the native> Does anyone have a simple code that will verify whether or not the DSN
> I had the ISP set up is working? I can't seem to get it right...
> Thanks,
>
> Jeremy
OLEDB provider for your database. MS has deprecated the OLEDB Provider for
ODBC, so the use of DSN's is discouraged.
See [url]www.connectionstrings.com[/url] or [url]www.able-consulting.com/ado_conn.htm[/url] for
details.
HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest
-
Jeremy Zifchock #3
Re: Code to verify DSN
Bob Wrote:native OLEDB provider for your database. MS has > deprecated the OLEDB> Don't bother. Use DSN-less connection strings, preferably > with the
Provider for ODBC, so the use of > DSN's is discouraged.
I'm having trouble with that because the ISP server has, from what they
tell me, a UNIX file structure This is what I get when I do a
server.mappath:
\\H-FILER01\Webfolder\weburl\folder\..
Since there isn't a clear windows path, I don't think I have a choice
but to go via DSN, right??
Jeremy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Jeremy Zifchock Guest
-
Bob Barrows [MVP] #4
Re: Code to verify DSN
Jeremy Zifchock wrote:
I've no experience with Unix boxes, but have you tried using the path you> Bob Wrote:> native OLEDB provider for your database. MS has > deprecated the OLEDB>> Don't bother. Use DSN-less connection strings, preferably > with the
> Provider for ODBC, so the use of > DSN's is discouraged.
>
>
> I'm having trouble with that because the ISP server has, from what
> they tell me, a UNIX file structure This is what I get when I do a
> server.mappath:
>
> \\H-FILER01\Webfolder\weburl\folder\..
>
> Since there isn't a clear windows path, I don't think I have a choice
> but to go via DSN, right??
>
get from MapPath in a connection string?
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest
-
Aaron Bertrand - MVP #5
Re: Code to verify DSN
That looks like a UNC path, not a "UNIX file structure"... ask the web host
again. Are you sure you are running ASP pages on a Unix server (using
ChiliSoft, ...?)? I think it is more likely that the file server is
referenced differently, using a UNC share. See [url]http://www.aspfaq.com/2168[/url]
for some information about connecting to an Access database on a separate
share. Or, just upload the MDB file to your web root somewhere, and refer
to it relatively. This other nonsense sounds like a real hassle.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:eac#nAROEHA.1644@TK2MSFTNGP09.phx.gbl...> Jeremy Zifchock wrote:>> > Bob Wrote:> > native OLEDB provider for your database. MS has > deprecated the OLEDB> >> Don't bother. Use DSN-less connection strings, preferably > with the
> > Provider for ODBC, so the use of > DSN's is discouraged.
> >
> >
> > I'm having trouble with that because the ISP server has, from what
> > they tell me, a UNIX file structure This is what I get when I do a
> > server.mappath:
> >
> > \\H-FILER01\Webfolder\weburl\folder\..
> >
> > Since there isn't a clear windows path, I don't think I have a choice
> > but to go via DSN, right??
> >
> I've no experience with Unix boxes, but have you tried using the path you
> get from MapPath in a connection string?
>
> Bob Barrows
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
Aaron Bertrand - MVP Guest
-
Aaron Bertrand - MVP #6
Re: Code to verify DSN
Sorry Bob, that reply was meant for Jeremy, not you.
Aaron Bertrand - MVP Guest
-
Bob Barrows [MVP] #7
Re: Code to verify DSN
Aaron Bertrand - MVP wrote:
NP - it made me take another look, which made me realize that you were> Sorry Bob, that reply was meant for Jeremy, not you.
right.
Bob
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest



Reply With Quote

