Jump to content

alevezzo

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by alevezzo

  1. Adding mono.security.dll to my project now the connection work. But now i have another problem and i cant find the solution (with mysql was all simpler!!!) This is the error: "permission denied for relation [tablename]" "Code: 42501" I have all permission on that database so why that query dont work? What i have to do? Thanks I did it! To connect database u have to insert mono.security.dll. Then u have to give all permission to the user is connecting to the database manually because is not as default.
  2. However i dont have any other idea on how to make that work... i hope someone can have this answer
  3. Thanks Kridos. I just wroted MySql code and it works good. Now i need to convert the connection string (and other things) to connect my application to the postgre database on heliohost. The exception detected by my app is similar to "file not found" that i think means my app cant find the database. I searched and founded an example on how to use postgre databases trough "npgsql.dll" but i think the real problem is just the connection string. Thanks for your help
  4. Hi all, im new and i need some help. I developed a vb.net application that use a database. I sign in at heliohost and created my account then trought cpanel i create my database using postgre. Now i have to connect my application to that database. What is the correct connection string? I used this string "host=inquadramentosorteggi.heliohost.org; user id =alevezzo_alevezzo86; password=[mypassword]; database=alevezzo_inquadramentosorteggi;" Whats wrong? What i have to do? With another database (mysql) on another host it work correctly but i need to use postgre. Thaks for everyone give me some help.
×
×
  • Create New...