• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Database connection problem

M

mircea13

Guest
I've made a webhosting transfer to a site. The previous cpanel isn't plesk and I have some problem. I've copied the MS Access database on httpdocs, I've made the ODBC connection and its ok, but I cannot access it.

I receaved this error:

500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Can anybody help me, please?
 
1. Syntax error in date in inquiry expression '#16.09.2005#'

2. Operation must use an updatable inquiry

I hope you understand, I've made a translation from German text.
 
The procedure is not certified for a closed object.

This is what I receaved when I try to open my administration interface, where I can see the data from database but I cannot modify them.
 
I've noticed that through my interface panel, btw witch works, I can delete, add or edit records in some tables. But in other tables nothing happens and in other, if I want to add, it gives me an error (500-internal server error), but if I want to delete, it works.

On my previous server, it works just fine.

Is someone dealing with this? Can anybody help me?
 
Ok Gris, like you said, it seems that datetime format is wrong. My provider gives me mssql space and ms access support (my database is in access). Maybe I must write the datetime in another sintax :confused:

This is my code:
dd = dateserial (Request.Form("txtAn"),Request.Form("txtLuna"),Request.Form("txtZi"))

conn.Execute "Insert Into T_CURR (usdVal, eurVal, addDate) VALUES (" & Request.Form("txtUSD") & "," & Request.Form("txtEUR") & ",#" & dd & "#)"

And I receive the following error:
Syntax error in date in inquiry expression '#16.09.2005#'
 
Back
Top