Search the Community
Showing results for tags 'mariadb'.
-
I need to know how I can connect with MariaDB from classic asp. I try to use the following connection string: connString = "Provider=MSDASQL; Driver={MariaDB ODBC 3.1 Driver}; Server=2steps.gr.helioho:3306; Database=nppd_2steps.gr; UID=nppd_master; PWD=[removed]; Option=3;" but your server returns the Error: Error connecting to database: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Any suggestions? Nick
-
Hi, is there any way to create a foreign key linked to another database? I can't see all the databases in PMA.
-
Hi. I'm trying to figure out how functions and procedures works into MariaDB. And i creared a sinple function: BEGIN declare ans TEXT; select answer into ans from text_answers ORDER by rand() limit 1; RETURN ans; END and wanted to call this function by: SELECT * from dbo.random_text_answer but i've got a error of loss privileges... i wanted to try to check "Adjust privileges" in edit window, but this checkbox is unactive.. What should I do in this case?
-
Hi, just out of curiosity (I hope the cat doesn't die, kidding). Anyway, are there any plans to support the MariaDB database? Either by migrating or even replacing? And if I assume right if it'll be supported, it will probably be on Johnny server? Thanks, Daniel
