To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

HOME News MS SQL Oracle DB2 Access MySQL PHP Scripts Books Links DBA Talk


Go Back   Database Journal Forums > Miscellaneous > Database Programming

Database Programming Discussion on all database programming topics, including ASP-db, ASP.NET, ASP and PHP.

Reply Post New Thread
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-22-2009, 08:34 PM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
Set up classic ASP-db in VISTA

Setting up classic ASPdb in Vista –
  1. Put id file in – C:\Windows\System32\_ASPDB2009.ID.
  2. Put GOLD2009.DLL (or equivalent) in any directory like C:\Inetpub\wwwroot\ASPdb\Dev-2009\GOLD2009.DLL.
  3. Go to C:\Inetpub\wwwroot\ASPdb\Dev-2009\ and type - regsvr32 –u GOLD2009.DLL to clean up any previous DLL setup using regsvr32 which is not appropriate.
  4. Fire up component manager (C:\Windows\System32\comexp.msc).
  5. Setup a COM+ Application (Classic ASPdb)
  6. If there is an old setup, delete all the ‘balls’ and shut down ‘Classic ASPdb’.
  7. Setup new component from C:\Inetpub\wwwroot\ASPdb\Dev-2009\GOLD2009.DLL.
  8. Highlight all the balls (Ctrl-A) and in the Advanced tab – check Allow IIS intrinsic properties.
  9. Execute the test file license.asp as follow -
<%
Set x = Server.CreateObject("ASP.db")
response.write("Version = " & X.dbVersion & "<BR>" & X.dbLicense)
%>

Fk
Reply With Quote
  #2  
Old 08-27-2009, 04:00 PM
dkone dkone is offline
Registered User
 
Join Date: Mar 2003
Posts: 14
I tired these steps in 2008 64bit, but no luck. was able to get the .DLL to register, but had to do so in the syswow64 directory. Not sure if that is the problem or not. Any howto's for 2008 64bit

Dkone
Reply With Quote
  #3  
Old 08-27-2009, 04:52 PM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
There is a message in -> How to Install Classic ASP-db in WS2008. Check it out. Are you setting in VISTA or WS2008? Do you have the latest version of the DLL?

Fk
Reply With Quote
Reply Post New Thread

Bookmarks

Thread Tools
Display Modes 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
Forum Jump


All times are GMT -5. The time now is 10:41 PM.


DatabaseJournal Recent Articles


 » Top 10 Security Tips for MySQL

 » Oracle Database: Flashback Vs. Recovery

 » Redmond exploits MySQL uncertainty

 » Oracle Launches Oracle Global Trade Manage...

 » SQL Server 2008 RTM Support Ends April 13,...

Search Database Journal:
 







Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.