Ask a Question related to Coldfusion Database Access, Design and Development.
-
webhead_1 #1
MS-Acess
I have an access db running on an old websever and would like to create a
datasourse on the new webserver until I setup the access db into MS-SQL. every
time I try to create a datasourse I get the following error. I have a shared
path to the old webserver but I have no luck when creating a datasourse. Any
help would be greatly appreciated.
Connection verification failed for data source: iccstaff
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid
path. Make sure that the path name is spelled correctly and that you are
connected to the server on which the file resides.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] '(unknown)' is
not a valid path. Make sure that the path name is spelled correctly and that
you are connected to the server on which the file resides.
webhead_1 Guest
-
Acess Compressed File
Hi all, I had to manipulate a large number of XML and GIF files. In this case I will need to use a compressed file, like zip. Anyone knows if... -
Slow MDB acess in global.asa
Hi Everyone, The following code runs in less than one second when used in an ASP page but when used in Session_onStart() in global.asa, the first... -
IIS/Acess DB problem.
I get this error trying to open a access database thru ODBC when accessing a web page using IIS. The error is as follows: HTTP 500.100 -... -
acess denied for my documents help Please !
Hello My PC froze during upgrade to SP1 and now i cant access my documents of windows xp pro after installing it again. Please help thank you -
Problem with acess to cmd.exe
Márcio wrote: Are you in a domain? -- -the small one All postings carry no guarantee or warranty, expressed or implied. Proceed at your... -
dr_bozak #2
Re: MS-Acess
my guess is that your path is incorrect.
look on the new web server to see which directory your db is in. obviously
this should not be a web accesible directory.
ie .. on mine its: D:/webdata/sitename/db/mydatabase.mdb
copy that path:
and put it in the administrator.
I think the field is called "database file"
make sure the ,mdb doesn't have an .ldb file in the same directory, as that
indicates its locked
CF will let you know immediately if it setup the db okay or not.
add the datasource.
dr_bozak Guest



Reply With Quote

