Mikaa
Posts: 9
|
| Posted: 09/11/2006, 7:54 AM |
|
Hey,
When I try the following code:
Function Gebruikers_record_BeforeShow(Sender) 'Gebruikers_record_BeforeShow @32-952591E6
dim ds
dim DBCBDB
set ds = new clsDBInternet ' Assuming the connection you created is called "Internet"
ds.Open
set ds = Nothing
End Function
I get this error:
Error information:
Microsoft JET Database Engine (0x80004005)
Other possible cause of this problem:
The database cannot be opened, most likely due to incorrect connection settings or insufficient security set on your database folder or file.
What can I do to prefent this from happening?
thanks.
Mika
|
 |
 |
mick
|
| Posted: 09/19/2006, 3:11 AM |
|
Is there no one else having this problem?
|
|
|
 |
WKempees
|
| Posted: 09/21/2006, 12:39 AM |
|
Mikaa,
Apparently not!

What is the name of you "Connection"?
To check it use "project->Connection and see the name there.
Walter
(NL)
"Mikaa" <Mikaa@forum.codecharge> schreef in bericht
news:6450578a49b1d8@news.codecharge.com...
> Hey,
>
> When I try the following code:
> Function Gebruikers_record_BeforeShow(Sender)
> 'Gebruikers_record_BeforeShow @32-952591E6
>
> dim ds
> dim DBCBDB
> set ds = new clsDBInternet ' Assuming the connection you created is called
> "Internet"
> ds.Open
>
> set ds = Nothing
>
> End Function
>
> I get this error:
> Error information:
> Microsoft JET Database Engine (0x80004005)
> Other possible cause of this problem:
> The database cannot be opened, most likely due to incorrect connection
> settings
> or insufficient security set on your database folder or file.
>
> What can I do to prefent this from happening?
>
> thanks.
>
> Mika
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
uknites
Posts: 12
|
| Posted: 11/06/2006, 3:44 AM |
|
i am also getting the same error. My connection name is
Parents_En
and i checked it under "project->Connection
Still im getting the same error. Plz help me what the problem ?
It works fine on My local machine. But when i upload it on my website. I get this error of Class not defined etc
|
 |
 |
Edd
Posts: 547
|
| Posted: 11/06/2006, 3:12 PM |
|
Please have a look in the CCS Frequently asked questions.
See http://support.yessoftware.com/kb_search.asp?
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |