Browse by Tags

Related Posts

  • Connection to MySQL is DRIVING ME CRAZY!!!! Please Help!

    I know this might sound like questions you’ve heard before, but I could really use some help or rather clarification. I cannot connect to my MySQL database. I have tried so many different ways and keep getting different errors every time I change something! My latest codes and errors are at the bottom...
    Posted to MySQL (Forum) by LHYWebDesigner on 03-29-2009, 12:00 AM
    Filed under: mysql, mysql and asp.net, mysql connector, odbc, .net 3.5, asp.net, connect to MySQL on remote PC, Connection with MySQL Database from ASP.NET 2.0, connectionn string, connector, database, mysql.dll, web.config, MySQL connector driver, asp.net goaddy mysql, connect to MySQL on server, mysql 5.0, ConnectionString, db, Godaddy
  • ASPLD written for SQL needs to work for MYSQL instead

    Hi everyone, Sadly, I am not a coder, just a poor designer who tries to get this open source script to work on a shared hosting account and yes, it's godaddy of all things nightmarish! The free script is from here - called ASPLD and looks promising, especially as I need it all for a non-profit site...
    Posted to MySQL (Forum) by blueraven on 09-10-2008, 12:00 AM
    Filed under: mysql, SQL, asp 3.5, database, web.config
  • MYSQL, VBScript, and Data

    Its actualy quite ironic that for the past few weeks ive been building a forum and now im posting in one! My problem seems quite simply, i just theres a simple answer... I my members table i have logged in amount, location, country, rating, times rated and many more.... when i use SSH to requerst the...
    Posted to MySQL (Forum) by taz_d on 02-24-2008, 12:00 AM
    Filed under: mysql, VBScript, database
  • Working with individual records rather than DataGrid

    Hi there, I'm very much new to ASP.NET, my history is almost entirely with PHP/MySQL. Anyway at work we're running Windows Server 2003 onto which I've installed MySQL and the .Net Framework for an ASP.NET web application I'm building. My question is this: Although I now have my database...
    Posted to MySQL (Forum) by beatlestones on 01-03-2008, 12:00 AM
    Filed under: mysql, asp.net, database
  • Re: How do I get a database from mysql server 2005 to Plesk hosting?

    Lighten up Bo Chen, If you dont know the answer, don't bother to reply to littlened's thread. LittleNed, The answer is to download a webapp called phpmyadmin. This is a php based tool which is also in the plesk panel. This tool can be downloaded via sourceforge and will allow you to export your...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by born_2_code on 08-23-2007, 12:00 AM
    Filed under: mySQL, plesk hosting, Database
  • Retrieving the files from MySql

    I wrote the code for storing the files in the MySql database. Can any one tell me how can I retrieve them back? Here is my code: Dim MyConString As String = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=localhost; DATABASE= student; UID=root; PASSWORD=123456;" Dim MyConnection As New System.Data...
    Posted to MySQL (Forum) by rkrathi04 on 08-08-2007, 12:00 AM
    Filed under: mysql, ASP.NET 2.0, Connection with MySQL Database from ASP.NET 2.0, database
  • Re: INSERT into MYSQL results to NULL values.. I NEED HELP!!!

    Here is my code below...I need similar help as well. I've seen this thread before and not sure how to apply it. I don't get any errors and I know it gets through the code because when I click my Insert button (of type "link"), I get redirected to my defaultmainpage.aspx. I don't...
    Posted to MySQL (Forum) by mrkaffa on 07-01-2007, 12:00 AM
    Filed under: mysql, tables, VB, ASP.NET 2.0, database, how to update single row of record with button in gridview, Godaddy, mysql.dll, MySqlClient
  • Re: SqlDataSource together with MySql ?

    Here is how I can connect to MySql with Godaddy shared hosting. I can grab data from a table and display it in a gridview. I am having challenges with the insert, update and delete at the moment - but I got this because I could not find anything out there with the combination I need. Shared hosting,...
    Posted to MySQL (Forum) by mrkaffa on 06-30-2007, 12:00 AM
    Filed under: mysql, MySQL Databound controls, SQL, VB, asp.net, ASP.NET 2.0, Connection with MySQL Database from ASP.NET 2.0, connections, ConnectionString, database, Godaddy, mysql.dll, MySQL.NET connector on Medium Trust Level, MySqlClient
  • mssql and asp.net

    Hey guys, im trying to write an application to connect to a database on a mssql server using asp.net. Thus far any code i've seen and tried seems to not recognize the ODBC connections, so i was hoping you guys can offer some suggestions. For the example lets say the server is mssql9.aaa.com the db name...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by limpet13 on 05-03-2007, 12:00 AM
    Filed under: mysql, asp.net, ConnectionString, database
  • Storing a URL in mysql database

    mysql does not store URL strings directly. for eg, this wont work. mysql.executenonquery("insert into images_table values('"+imageurltextbox.text+"') ; heres a workaround. before sending data to mysql, use urlencode. eg.... string urlstr = httputility.urlencode(imageurltextbox.text) ; and then send it...
    Posted to MySQL (Forum) by pranavdbhatt on 04-08-2007, 12:00 AM
    Filed under: mysql, store, URL, database
Page 1 of 2 (18 items) 1 2 Next >