Search results for query: *

  • Users: solaar
  • Content: Threads
  • Order by date
  1. S

    Inserting a variable into Mysql table

    Hi I want to put a variable 'customerID' in an SQL statement to INSERT INTO a MySql table but don't know the syntax, i have looked and looked on the net but i can't get it to happen and am starting to crack-up. The code i'm using below works fine if i enter a value in apostrophes i.e '1234'...
  2. S

    mysql connection

    Hi I am trying to connect to MySql using VB.net, i have downloaded MySQL Connector/NET (available at http://dev.mysql.com/downloads/connector/net/. ) although i don't think visual studio is aware of it because when i use Imports MySql.Data.MySqlClient in a form the debugger says: - Namespace...
  3. S

    component interface

    Hi I am new to Visual Studio.net and am building components using VB.net, I have followed this article: - http://www.vbdotnetheaven.com/code/apr2003/019.asp I now want to build interfaces for my components which I have the code for but don't know what project template to use, should i use a...
Back
Top