Author |
Topic |
|
dk9
Starting Member
19 Posts |
Posted - 22 September 2002 : 10:48:08
|
i'm using brinkster fre hosting. i don't know what kinda of DB i'm using, i think its access but i'm not sure. anyway, in my config.asp i selected: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/hasatanf/db/devilDB.mdb") '## MS Access 2000 on Brinkster and: strConnString = "Provider=SQLOLEDB;Data Source=SERVER_NAME;database=DB_NAME;uid=UID;pwd=PWD;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection) but how the hell i need 2 know the SERVER_NAME, and what dos it mean DB_NAME? db file name???
help me! |
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 22 September 2002 : 11:01:39
|
If you are using Brinkster's free service then the first connection string is the one you want to use. Put the comment (') back in front of the MSSQL connection string ... you don't have an SQL database. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 22 September 2002 : 11:02:33
|
you can only use ONE connection at the same time. The first one is the one you should use because you cannot use anything other than Access on the Brinkster free accounts (unless I'm mistaken).
Also, make sure you uncomment the line for the Access database that looks like this: strDBType = "access"
And next time, please use a subject that is more descriptive that "i need help!" because this is a help forum so your subject is kind of redundant and useless, not to mention that many people will ignore topics with, no offence, stupid subjects. |
|
|
dk9
Starting Member
19 Posts |
Posted - 22 September 2002 : 12:49:03
|
10x guys, but! i now ran config.asp it i think everyhing went well. but, when i tried ro run setup.asp (exactly after i ran config.asp) i have this error msg:
There has been an error !!
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 : 80004005
Error Description : Not enough space on temporary disk. what is the prob and how an i fix it? thanks! (-:
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|