Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
cadder1 webforumsuser@macromedia.com #1
HELP HELP HELP HELP
Hi all, I really need some help on this one, could some of you expert in asp or database setup, take a look at this configuration below and tell me if there are any wrong syntax to the below code. I have tried many different ways but had no successfull. Your help is greatly appreciated.
'==========BEGINING OF CONFIGURATIONS===========
AUTH = True 'Internal Use
Base_URL = "http://hicalibreco.web104.discountasp.net" 'URL of E-Calendar installation
Admin_URL = "http://hicalibreco.web104.discountasp.net/ASP/CALENDAR/Admin" 'URL of Administraion Interface
Date_Format = "US"
'DB_Type = "SQL" 'Uncomment the line which corresponds to your database type
DB_Type = "Access"
'For SQL Server
'sDBName = "driver={SQL Server}; Server=server158; Database=E_Calendar; UID=E_Calendar; PWD="
'For Access 2000 Version
'This is the location of the database INSIDE the Base_URL provided above.
DBName = "/AccessDB\AccessDB_2000.mdb"
sDBName = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& Request.ServerVariables("APPL_PHYSICAL_PATH")&Base _URL&DBName&";User Id=;Password=;"
'============END OF CONFIGURATIONS==============
cadder1 webforumsuser@macromedia.com Guest



Reply With Quote

