HELP - Posted (586 Views)
Starting Member
bigm77
Posts: 3
3
The database could not be opened !! Check your config.asp file and set the
strConnString so it points to the database. Also check if strDBType is set to the right databasetype. Code : -2147467259

Wat does that mean? I tried going to congig.asp but didn't work! Wat is going on?

<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Starting Member
JohnGhadimi
Posts: 4
4
This refers to the location of your database. In your config.asp file, there is a variable called strConnString. This needs to be set by you, to point to the location of your database. Take a look at the README.txt file for more information. Hope this helps.
John


<
Posted
Starting Member
Uke
Posts: 31
31
Hi, I have the same problem. How I do create the empty database. I have used this instruction
Create table forum
Please help.
<
Posted
Access 2000 Support Moderator
davemaxwell
Posts: 3020
3020
The access database is included in the zip file. If you are using SQL Server or MySQL, then setup.asp will build the tables for you....
Dave Maxwell
--------------
Proud to be a "World Class" Knuckleheadtongue<
Posted
Forum Admin
HuwR
Posts: 20611
20611
quote:
Hi, I have the same problem. How I do create the empty database. I have used this instruction
Create table forum
Please help.



If you are using SQL or MySQL, then your host should have created your DB, Snitz will create the tables when you run setup

<
 
You Must enter a message