Search results for query: *

  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

    that's great, cheers mate.
  3. 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...
  4. S

    component interface

    Cheers John, that helps.
  5. S

    component interface

    component interfaces Hi , I have posted a similar, poorly described question in the VS forum but i think it was the wrong place so i hope this isn't spamming, apologies if it is construed as such. Anyway I have used visual studio to create VB.NET component by using the Class Library Project...
  6. S

    component interface

    No not a GUI, a component interface so one component can access another. I'll put it another way, what would i have to do in Visual Studio to use the code in this article? http://www.startvbdotnet.com/oop/interface.aspx
  7. S

    component interface

    It's me being the dope for certain. I want to use my interface code but i don't know where to put it, the article i referred to shows how to create a component using vb.net but not how to create an interface. I just want to know the procedure for creating an interface.
  8. 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