Browse by Tags

Related Posts

  • setting empty text box input on form to null parameter for sql

    Hi, I'm pretty new to ASP.NET and VB, but I'm working on a project which is essentially a staff directory. Using VS 2005, I've setup a basic grid view which connects to an object which connects via a data layer to a SQL database with Name, Surname, Email, Extension No and Department fields. I have it...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-19-2007, 12:00 AM
    Filed under: dataview, string, database, sqldatasource, rows, If Statement, Null, data access layer, specific record, table adapter, mysql, sql, VB, textbox, datatagrid navigarion paging style, FORM, SELECT
  • 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, database, URL
  • 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
  • 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, asp.net, ConnectionString, MySQL.NET connector on Medium Trust Level, ASP.NET 2.0, SQL, VB, database, Connection with MySQL Database from ASP.NET 2.0, Godaddy, MySQL Databound controls, connections, MySqlClient, mysql.dll
  • 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: tables, mysql, ASP.NET 2.0, VB, database, Godaddy, how to update single row of record with button in gridview, MySqlClient, mysql.dll
  • 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, database, Connection with MySQL Database from ASP.NET 2.0
  • 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: Database, plesk hosting, mySQL
  • 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
  • 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, database, VBScript
  • Error installing Connector/NET

    I can“t install connector/NET, at the end of the installaton there is an error that says"Registration of the Connector/Net core components failed" I use mysql-connector-net-1.0.10.1.exe from MySQL.com How can i fix this? /Tomas
    Posted to MySQL (Forum) by tomkarl on 11-03-2007, 12:00 AM
    Filed under: mysql, database, connections
Page 1 of 2 (11 items) 1 2 Next >