if you are using IIS5 (win2k) or above then just add this next line to the ABSOLUTE TOP of your global.asa file.
<!--METADATA TYPE="typelib"
FILE="c:\program files\common files\system\ado\msado15.dll" -->
Just a general observation. Since connection strings determine what driver is used to connect to a database.. is SQL pretty much the same throughout the different DB types..
i.e can I use my ASP code that I use to connect to a MS SQL 7 server and just change the conn driver and use it for a...
Where would I specify this server variable. btw, here's the code for the page:
<!--#include file="subadmin.asp"-->
<!--#include file="../../connection.asp"-->
<!--#include file="../../adovbs.inc"-->
<%
response.write "Welcome to the Control Panel " &...
ok.. I'm still new to this and catching on fast .. what's the deal with pulling data to a text box. I have data that has spaces between the words. i.e. "New York" when I query the DB for it and have it show in text box all i get is "New". can someone point me in the right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.