setup of ASP web_wiz_forums
Bütçe $20-100 USD
- Freelancer
- İşler
- ASP
- setup of ASP web_wiz_forums
ok i set up Web Wiz Forums on my mothers sever and weh i log in i get this error
Microsoft VBScript compilation error '800a0400'
Expected statement
/mom/forum/[url removed, login to view], line 4
Option Explicit
^
hear is the link to the fourm to the i dont have much of a buget on this looking to sepnd about 10 to 20 to get this working but will have a future projet making a new skin if you do it for free i will put a link to your site on my site
[url removed, login to view]
[url removed, login to view]
PLeas pm me for the login and user name so you can vew the problem im geting
her is what i did on one pge alredy that my isp said i have to do
Question/Problem
How do I connect to my MS Access database?
Answer/Solution
To connect to your MS Access database you need to embed a connection string (strConnect) in the body of any script which needs to talk to a database. Here's an example:
'Database connection info and driver
'strCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & [url removed, login to view]("database\dbname.mdb")
Copy and paste this string directly into your code (replacing the database\dbname with the name of your Access database) and your script should work correctly
[url removed, login to view]