Search results for query: *

  1. wrighty

    Membershipprovider for Desktop App

    Point taken Kulrom Hi thanks for your reply, but I was refering to ASP.NET as a programming enviroment, obviously ASP.NET has VB Code behind to drive the web pages. This is where the differences occur. Cheers
  2. wrighty

    I need the connection last til I say otherwise

    Why Bother Why is it necessary to keep the connection open, would it not be better to open the connection, do your stuff, then close the connection .
  3. wrighty

    VB.NET & Remote mySQL server !!

    Firstly go to www.mysql.com and download the .NET Driver/Connector. Add a reference to the mysql library. Imports MySql.Data.MySqlClient at the top of your app. Build a connection string, (I use variables to define the values) Dim myConnString AsString = String.Format("server={0};user...
  4. wrighty

    Membershipprovider for Desktop App

    Hi I have developed a asp.net application that uses a membershipprovider to create new users. It is actually based on a mySQL database, but that is not relevant. What I want to do is create a desktop app that will allow office staff to create new users on the web end. The problem is I can't...
Back
Top