476
Developer's Corner / Re: Hitting a website via C#.net command line
« Last post by fenixproductions on July 06, 2009, 08:41 AM »The program can move the file, but it cannot write to the mysql database, so I have to make the website do it but only once the program is finished encoding.-mediaguycouk (July 06, 2009, 08:17 AM)
Maybe Connector/Net will solve your problems:
http://dev.mysql.com...nnector/net/6.0.html
With it you can simply connect to MySQL database (and change something, I assume) using something like:
http://bitdaddys.com...QL-ConnectorNet.html