Jump to content

[SOLVED] MySQL Database?


Northern Flame

Recommended Posts

Not with javascript from the client side but with jscript from the server side on a windows system you can.

 

var conn = Server.CreateObject ("ADODB.Connection");
conn.Open ("DRIVER={MySQL};SERVER=mysql.yoursite.com;DATABASE=Database;USER=user;PASSWORD=password;Port=3306;Option=131072;");

 

or something like that.. I have never really tried connecting to mysql via jscript. I always use mssql or access with jscript

Link to comment
https://forums.phpfreaks.com/topic/72150-solved-mysql-database/#findComment-363786
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.