optron
Posts: 114
|
| Posted: 10/23/2006, 10:22 PM |
|
Using Access database + ASP I have a simple grid page. When I try to vie LIVE data (in CCS) it generates a connection type error ("database in use"). No other applications or browsers use or share this database.After I close and reopen CCS and try to display live data it works fine.
(WinXP/SP2, Access2003 + CCS 3.0.4.12)
has anybody experienced something like this ?
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
Edd
Posts: 547
|
| Posted: 10/24/2006, 2:06 AM |
|
See
http://www.aspdeveloper.net/tiki-index.php?page=Windows...eAccessDatabase
Also check http://support.yessoftware.com/kb_search.asp?s_prod=2
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
optron
Posts: 114
|
| Posted: 10/24/2006, 7:23 PM |
|
thanks, I had all the access rights set properly, so I tought is is something else, however unchecking READ ONLY for the dB folder helped.
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
optron
|
| Posted: 10/24/2006, 11:18 PM |
|
I'm still wondering why after I close all pages in designer (so basically no
database sgould be open), the lock file (.LDB) is still not removed ?
Arthur
"aklisiewicz" <aklisiewicz@forum.codecharge> wrote in message
news:6453da32748ece@news.codecharge.com...
> Using Access database + ASP I have a simple grid page. When I try to vie
> LIVE
> data (in CCS) it generates a connection type error ("database in use"). No
> other applications or browsers use or share this database.After I close
> and
> reopen CCS and try to display live data it works fine.
> (WinXP/SP2, Access2003 + CCS 3.0.4.12)
>
> Arthur
>
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
>
|
|
|
 |
Glenn Rathke \(Soft Design Consulting\)
|
| Posted: 10/25/2006, 6:18 AM |
|
I'm guessing the IDE still is rights to the database. I'll bet as soon as
you exit CC you'll see the locking database disappear.
Glenn Rathke
"optron" <optron@sbcglobal.net> wrote in message
news:ehmvio$o9l$1@news.codecharge.com...
> I'm still wondering why after I close all pages in designer (so basically
> no database sgould be open), the lock file (.LDB) is still not removed ?
> Arthur
>
>
>
>
>
>
> "aklisiewicz" <aklisiewicz@forum.codecharge> wrote in message
>news:6453da32748ece@news.codecharge.com...
>> Using Access database + ASP I have a simple grid page. When I try to vie
>> LIVE
>> data (in CCS) it generates a connection type error ("database in use").
>> No
>> other applications or browsers use or share this database.After I close
>> and
>> reopen CCS and try to display live data it works fine.
>> (WinXP/SP2, Access2003 + CCS 3.0.4.12)
>>
>> Arthur
>>
>>
>>
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>>
>
>
|
|
|
 |
Glenn Rathke \(Soft Design Consulting\)
|
| Posted: 10/25/2006, 6:20 AM |
|
Is this a 'wired' or 'weird' database error?
Glenn Rathke
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 10/31/2006, 6:08 AM |
|
that error will happend
if the folder where the database is located the IIS user dont has permition to delete Files.
the LDB will remain there and you will get error if you opne the MDB and using CCS at the same time.
very common error.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |