Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Global.asa

Status
Not open for further replies.

DonP

IS-IT--Management
Joined
Jul 20, 2000
Messages
684
Location
US
I know that UltraDev can connect using Global.asa but for the life of me, I can't get it to work. The site is already up and running using global.asa so I know that part works but now I want to do the coding in UltaDev rather than manually in a text editor. How do I get it to connect to the (SQL 2000) database? I don't want to use ODBC or other methods. Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)
 
if you don't want to use ODBC, you need to use DSN less connection, replace your odbc string with this:
PROVIDER=MSDASQL;DRIVER={SQL Server};SERVER=flipper;DATABASE=database_name;UID=sa;PWD=;"
 
Yes thanks, I know that and that's what I have through global.asa. It is working as it is but the question was, how does one make UltraDev recognize the global.asa connection? According to UltraDev's documentation, it is supposed to do so yet it does not seem to work. Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
6
Views
81

Part and Inventory Search

Sponsor

Back
Top