How to connect to web database
Posted
#1
(In Topic #197)
Regular

It's a mysql db but I can't get the right settings to make a db.connection
Any advice would be appreciated
Posted
Guru

I have not mastered DB but there is an example in the Gambas Farm called 'DataBaseExample' that might help.
Posted
Regular

bill-lancaster said
…It's a mysql db but I can't get the right settings to make a db.connection…
Can I see your code? I haven't used mysql either, but I used sqlite3 a few years ago, and it didn't seem too difficult.
Posted
Regular

As to my code, it was just a question of getting the right values for User Name, Login, Port and Password correct but this is the wrong approach to solving my problem. I'm should be able to write code that would run on the website and access my local database.
Posted
Administrator

Also, make sure any code you use on your website to access your db is secure. Hackers can exploit bad code for SQL injection.
1 guest and 0 members have just viewed this.

